#F17EB7

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

Shades of Persian Pink #F17EB7

Tints of Persian Pink #F17EB7

Color information

#F17EB7 (or 0xF17EB7) is unknown color: approx Persian Pink. HEX triplet: F1, 7E and B7. RGB value is (241,126,183). Sum of RGB (Red+Green+Blue) = 241+126+183=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F17EB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17EB7 is #0E8148. Grayscale: #A6A6A6. Windows color (decimal): -950601 or 12025585. OLE color: 12025585.

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

Color convert

RGB241126183-
CMYK00.480.240.05
HSL330.26º80.42%71.96%-
HSV(B)330.26º47.72%94.51%-
XYZ52.2837.0449.19-
YUV166.88137.1180.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.82%
GREEN value IS 126 (49.61% from 255) = 22.91%
BLUE value IS 183 (71.88% from 255) = 33.27%
R=43.82%
G=22.91%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112618300.480.240.05330.2680.4271.96
HexF17EB703018514a5048
Octal361176267060305512120110
Binary1111000111111101011011101100001100010110100101010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17EB7; }

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

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

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

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

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

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

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

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