#F17BC4

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

Shades of Persian Pink #F17BC4

Tints of Persian Pink #F17BC4

Color information

#F17BC4 (or 0xF17BC4) is unknown color: approx Persian Pink. HEX triplet: F1, 7B and C4. RGB value is (241,123,196). Sum of RGB (Red+Green+Blue) = 241+123+196=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17BC4 is #0E843B. Grayscale: #A6A6A6. Windows color (decimal): -951356 or 12876785. OLE color: 12876785.

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

Color convert

RGB241123196-
CMYK00.490.190.05
HSL322.88º80.82%71.37%-
HSV(B)322.88º48.96%94.51%-
XYZ53.3236.8556.53-
YUV166.6144.59181.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 123 (48.44% from 255) = 21.96%
BLUE value IS 196 (76.95% from 255) = 35%
R=43.04%
G=21.96%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112319600.490.190.05322.8880.8271.37
HexF17BC40311351435147
Octal361173304061235503121107
Binary1111000111110111100010001100011001110110100001110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17BC4; }

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

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

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

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

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

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

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

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