#F09CC4

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

Shades of Shocking #F09CC4

Tints of Shocking #F09CC4

Color information

#F09CC4 (or 0xF09CC4) is unknown color: approx Shocking. HEX triplet: F0, 9C and C4. RGB value is (240,156,196). Sum of RGB (Red+Green+Blue) = 240+156+196=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CC4 is #0F633B. Grayscale: #B9B9B9. Windows color (decimal): -1008444 or 12885232. OLE color: 12885232.

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

Color convert

RGB240156196-
CMYK00.350.180.06
HSL331.43º73.68%77.65%-
HSV(B)331.43º35%94.12%-
XYZ57.7946.2958.11-
YUV185.68133.83166.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.54%
GREEN value IS 156 (61.33% from 255) = 26.35%
BLUE value IS 196 (76.95% from 255) = 33.11%
R=40.54%
G=26.35%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015619600.350.180.06331.4373.6877.65
HexF09CC402312614b4a4e
Octal360234304043226513112116
Binary11110000100111001100010001000111001011010100101110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CC4; }

 p { color: rgb(240,156,196); }

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

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

 a { background-color: rgb(240,156,196); }

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

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

 span { border-color: rgb(240,156,196); }

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