#F17BB2

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

Shades of Persian Pink #F17BB2

Tints of Persian Pink #F17BB2

Color information

#F17BB2 (or 0xF17BB2) is unknown color: approx Persian Pink. HEX triplet: F1, 7B and B2. RGB value is (241,123,178). Sum of RGB (Red+Green+Blue) = 241+123+178=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17BB2 is #0E844D. Grayscale: #A4A4A4. Windows color (decimal): -951374 or 11697137. OLE color: 11697137.

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

Color convert

RGB241123178-
CMYK00.490.260.05
HSL332.03º80.82%71.37%-
HSV(B)332.03º48.96%94.51%-
XYZ51.3936.0846.38-
YUV164.55135.59182.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 123 (48.44% from 255) = 22.69%
BLUE value IS 178 (69.92% from 255) = 32.84%
R=44.46%
G=22.69%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112317800.490.260.05332.0380.8271.37
HexF17BB20311A514c5147
Octal361173262061325514121107
Binary1111000111110111011001001100011101010110100110010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17BB2; }

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

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

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

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

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

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

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

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