#F17EB4

Color #F17EB4 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F17EB4

Tints of Persian Pink #F17EB4

Color information

#F17EB4 (or 0xF17EB4) is unknown color: approx Persian Pink. HEX triplet: F1, 7E and B4. RGB value is (241,126,180). Sum of RGB (Red+Green+Blue) = 241+126+180=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F17EB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17EB4 is #0E814B. Grayscale: #A6A6A6. Windows color (decimal): -950604 or 11828977. OLE color: 11828977.

HSL color Cylindrical-coordinate representation of color #F17EB4: hue angle of 331.83º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17EB4 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB241126180-
CMYK00.480.250.05
HSL331.83º80.42%71.96%-
HSV(B)331.83º47.72%94.51%-
XYZ51.9736.9247.57-
YUV166.54135.6181.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.06%
GREEN value IS 126 (49.61% from 255) = 23.03%
BLUE value IS 180 (70.70% from 255) = 32.91%
R=44.06%
G=23.03%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112618000.480.250.05331.8380.4271.96
HexF17EB403019514c5048
Octal361176264060315514120110
Binary1111000111111101011010001100001100110110100110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17EB4; }

 p { color: rgb(241,126,180); }

 H1.HeaderClassName
 {
   color: #F17EB4;
 }
 .AnyTagClassName
 {
   color: #F17EB4;
 }
</style>
background-color css

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

 a { background-color: rgb(241,126,180); }

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

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

 span { border-color: rgb(241,126,180); }

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