#F09ACD

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

Shades of Shocking #F09ACD

Tints of Shocking #F09ACD

Color information

#F09ACD (or 0xF09ACD) is unknown color: approx Shocking. HEX triplet: F0, 9A and CD. RGB value is (240,154,205). Sum of RGB (Red+Green+Blue) = 240+154+205=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ACD is #0F6532. Grayscale: #B9B9B9. Windows color (decimal): -1008947 or 13474544. OLE color: 13474544.

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

Color convert

RGB240154205-
CMYK00.360.150.06
HSL324.42º74.14%77.25%-
HSV(B)324.42º35.83%94.12%-
XYZ58.5146.0463.56-
YUV185.53138.99166.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.07%
GREEN value IS 154 (60.55% from 255) = 25.71%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=40.07%
G=25.71%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015420500.360.150.06324.4274.1477.25
HexF09ACD024F61444a4d
Octal360232315044176504112115
Binary1111000010011010110011010100100111111010100010010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09ACD; }

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

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

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

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

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

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

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

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