#F09FC4

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

Shades of Shocking #F09FC4

Tints of Shocking #F09FC4

Color information

#F09FC4 (or 0xF09FC4) is unknown color: approx Shocking. HEX triplet: F0, 9F and C4. RGB value is (240,159,196). Sum of RGB (Red+Green+Blue) = 240+159+196=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FC4 is #0F603B. Grayscale: #BBBBBB. Windows color (decimal): -1007676 or 12886000. OLE color: 12886000.

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

Color convert

RGB240159196-
CMYK00.340.180.06
HSL332.59º72.97%78.24%-
HSV(B)332.59º33.75%94.12%-
XYZ58.347.3158.28-
YUV187.44132.84165.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 196 (76.95% from 255) = 32.94%
R=40.34%
G=26.72%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015919600.340.180.06332.5972.9778.24
HexF09FC402212614d494e
Octal360237304042226515111116
Binary11110000100111111100010001000101001011010100110110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09FC4; }

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

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

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

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

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

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

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

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