Html Css Color HEX #F271B8 Persian Pink

📋 copy color: '#F271B8'

red 242 ◦ green 113 ◦ blue 184

#F271B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F271B8

Tints of Persian Pink #F271B8

RGB

 RED value IS 242 (94.92% from 255) = 44.9%

 GREEN value IS 113 (44.53% from 255) = 20.96%

 BLUE value IS 184 (72.27% from 255) = 34.14%

R = 44.9%
G = 20.96%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F271B8 (or 0xF271B8) is known color: Persian Pink. HEX triplet: F2, 71 and B8. RGB value is (242,113,184). Sum of RGB (Red+Green+Blue) = 242+113+184=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F271B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271B8 is #0D8E47. Grayscale: #9F9F9F. Windows color (decimal): -888392 or 12087794. OLE color: 12087794.

HSL color Cylindrical-coordinate representation of color #F271B8: hue angle of 326.98º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F271B8 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 113 184 -
CMYK 0 0.53 0.24 0.05
HSL 326.98º 0.83% 0.7% -
HSV(B) 326.98º 0.53% 0.95% -
XYZ 51.17 34.15 49.24 -
YUV 159.67 141.74 186.73 -
System Red Green Blue C M Y K H S L
Decimal 242 113 184 0 0.53 0.24 0.05 326.98 0.83 0.7
Hex F2 71 B8 0 35 18 5 147 53 46
Octal 362 161 270 0 65 30 5 507 123 106
Binary 11110010 1110001 10111000 0 110101 11000 101 101000111 1010011 1000110

Color Harmonies of #F271B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F271B8

Black with #F271B8

Text Example


Text Example

White with #F271B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F271B8; }

 p { color: rgb(242,113,184); }

 H1.HeaderClassName
 {
   color: #F271B8;
 }
 .AnyTagClassName
 {
   color: #F271B8;
 }
</style>

background-color css

<style>
 a { background-color: #F271B8; }

 a { background-color: rgb(242,113,184); }

 div.DivClassName
 {
   background-color: #F271B8;
 }
 .BgClassName
 {
   background-color: #F271B8;
 }
</style>

border-color css

<style>
 span { border-color: #F271B8; }

 span { border-color: rgb(242,113,184); }

 td.TdClassName
 {
   border-color: #F271B8;
 }
 .TagClassName
 {
   border-color: #F271B8;
 }
</style>