#F19ACA

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

Shades of Shocking #F19ACA

Tints of Shocking #F19ACA

Color information

#F19ACA (or 0xF19ACA) is unknown color: approx Shocking. HEX triplet: F1, 9A and CA. RGB value is (241,154,202). Sum of RGB (Red+Green+Blue) = 241+154+202=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ACA is #0E6535. Grayscale: #B9B9B9. Windows color (decimal): -943414 or 13277937. OLE color: 13277937.

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

Color convert

RGB241154202-
CMYK00.360.160.05
HSL326.9º75.65%77.45%-
HSV(B)326.9º36.1%94.51%-
XYZ58.4946.0861.69-
YUV185.48137.32167.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.37%
GREEN value IS 154 (60.55% from 255) = 25.80%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=40.37%
G=25.80%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115420200.360.160.05326.975.6577.45
HexF19ACA0241051474c4d
Octal361232312044205507114115
Binary11110001100110101100101001001001000010110100011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19ACA; }

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

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

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

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

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

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

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

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