#F19AC9

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

Shades of Shocking #F19AC9

Tints of Shocking #F19AC9

Color information

#F19AC9 (or 0xF19AC9) is unknown color: approx Shocking. HEX triplet: F1, 9A and C9. RGB value is (241,154,201). Sum of RGB (Red+Green+Blue) = 241+154+201=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19AC9 is #0E6536. Grayscale: #B9B9B9. Windows color (decimal): -943415 or 13212401. OLE color: 13212401.

HSL color Cylindrical-coordinate representation of color #F19AC9: hue angle of 327.59º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19AC9 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241154201-
CMYK00.360.170.05
HSL327.59º75.65%77.45%-
HSV(B)327.59º36.1%94.51%-
XYZ58.3746.0361.07-
YUV185.37136.82167.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 154 (60.55% from 255) = 25.84%
BLUE value IS 201 (78.91% from 255) = 33.72%
R=40.44%
G=25.84%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115420100.360.170.05327.5975.6577.45
HexF19AC90241151484c4d
Octal361232311044215510114115
Binary11110001100110101100100101001001000110110100100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AC9; }

 p { color: rgb(241,154,201); }

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

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

 a { background-color: rgb(241,154,201); }

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

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

 span { border-color: rgb(241,154,201); }

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