#F19ACE

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

Shades of Shocking #F19ACE

Tints of Shocking #F19ACE

Color information

#F19ACE (or 0xF19ACE) is unknown color: approx Shocking. HEX triplet: F1, 9A and CE. RGB value is (241,154,206). Sum of RGB (Red+Green+Blue) = 241+154+206=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ACE is #0E6531. Grayscale: #B9B9B9. Windows color (decimal): -943410 or 13540081. OLE color: 13540081.

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

Color convert

RGB241154206-
CMYK00.360.150.05
HSL324.14º75.65%77.45%-
HSV(B)324.14º36.1%94.51%-
XYZ58.9746.2764.22-
YUV185.94139.32167.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 154 (60.55% from 255) = 25.62%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=40.10%
G=25.62%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115420600.360.150.05324.1475.6577.45
HexF19ACE024F51444c4d
Octal361232316044175504114115
Binary1111000110011010110011100100100111110110100010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19ACE; }

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

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

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

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

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

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

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

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