#F17EBD

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

Shades of Persian Pink #F17EBD

Tints of Persian Pink #F17EBD

Color information

#F17EBD (or 0xF17EBD) is unknown color: approx Persian Pink. HEX triplet: F1, 7E and BD. RGB value is (241,126,189). Sum of RGB (Red+Green+Blue) = 241+126+189=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F17EBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17EBD is #0E8142. Grayscale: #A7A7A7. Windows color (decimal): -950595 or 12418801. OLE color: 12418801.

HSL color Cylindrical-coordinate representation of color #F17EBD: hue angle of 327.13º 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 #F17EBD is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241126189-
CMYK00.480.220.05
HSL327.13º80.42%71.96%-
HSV(B)327.13º47.72%94.51%-
XYZ52.9237.352.55-
YUV167.57140.1180.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 126 (49.61% from 255) = 22.66%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=43.35%
G=22.66%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112618900.480.220.05327.1380.4271.96
HexF17EBD0301651475048
Octal361176275060265507120110
Binary1111000111111101011110101100001011010110100011110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17EBD; }

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

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

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

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

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

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

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

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