#F17BAF

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

Shades of Persian Pink #F17BAF

Tints of Persian Pink #F17BAF

Color information

#F17BAF (or 0xF17BAF) is unknown color: approx Persian Pink. HEX triplet: F1, 7B and AF. RGB value is (241,123,175). Sum of RGB (Red+Green+Blue) = 241+123+175=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17BAF is #0E8450. Grayscale: #A4A4A4. Windows color (decimal): -951377 or 11500529. OLE color: 11500529.

HSL color Cylindrical-coordinate representation of color #F17BAF: hue angle of 333.56º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17BAF is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB241123175-
CMYK00.490.270.05
HSL333.56º80.82%71.37%-
HSV(B)333.56º48.96%94.51%-
XYZ51.135.9644.81-
YUV164.21134.09182.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 123 (48.44% from 255) = 22.82%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=44.71%
G=22.82%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112317500.490.270.05333.5680.8271.37
HexF17BAF0311B514e5147
Octal361173257061335516121107
Binary1111000111110111010111101100011101110110100111010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17BAF; }

 p { color: rgb(241,123,175); }

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

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

 a { background-color: rgb(241,123,175); }

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

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

 span { border-color: rgb(241,123,175); }

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