#F19AC7

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

Shades of Shocking #F19AC7

Tints of Shocking #F19AC7

Color information

#F19AC7 (or 0xF19AC7) is unknown color: approx Shocking. HEX triplet: F1, 9A and C7. RGB value is (241,154,199). Sum of RGB (Red+Green+Blue) = 241+154+199=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19AC7 is #0E6538. Grayscale: #B9B9B9. Windows color (decimal): -943417 or 13081329. OLE color: 13081329.

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

Color convert

RGB241154199-
CMYK00.360.170.05
HSL328.97º75.65%77.45%-
HSV(B)328.97º36.1%94.51%-
XYZ58.1445.9459.83-
YUV185.14135.82167.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 154 (60.55% from 255) = 25.93%
BLUE value IS 199 (78.12% from 255) = 33.50%
R=40.57%
G=25.93%
B=33.50%

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
Decimal24115419900.360.170.05328.9775.6577.45
HexF19AC70241151494c4d
Octal361232307044215511114115
Binary11110001100110101100011101001001000110110100100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AC7; }

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

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

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

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

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

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

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

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