#F09AC2

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

Shades of Shocking #F09AC2

Tints of Shocking #F09AC2

Color information

#F09AC2 (or 0xF09AC2) is unknown color: approx Shocking. HEX triplet: F0, 9A and C2. RGB value is (240,154,194). Sum of RGB (Red+Green+Blue) = 240+154+194=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F09AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09AC2 is #0F653D. Grayscale: #B8B8B8. Windows color (decimal): -1008958 or 12753648. OLE color: 12753648.

HSL color Cylindrical-coordinate representation of color #F09AC2: hue angle of 332.09º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09AC2 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB240154194-
CMYK00.360.190.06
HSL332.09º74.14%77.25%-
HSV(B)332.09º35.83%94.12%-
XYZ57.2345.5356.81-
YUV184.27133.49167.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.82%
GREEN value IS 154 (60.55% from 255) = 26.19%
BLUE value IS 194 (76.17% from 255) = 32.99%
R=40.82%
G=26.19%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015419400.360.190.06332.0974.1477.25
HexF09AC202413614c4a4d
Octal360232302044236514112115
Binary11110000100110101100001001001001001111010100110010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09AC2; }

 p { color: rgb(240,154,194); }

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

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

 a { background-color: rgb(240,154,194); }

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

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

 span { border-color: rgb(240,154,194); }

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