#F097CC

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

Shades of Shocking #F097CC

Tints of Shocking #F097CC

Color information

#F097CC (or 0xF097CC) is unknown color: approx Shocking. HEX triplet: F0, 97 and CC. RGB value is (240,151,204). Sum of RGB (Red+Green+Blue) = 240+151+204=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F097CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097CC is #0F6833. Grayscale: #B7B7B7. Windows color (decimal): -1009716 or 13408240. OLE color: 13408240.

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

Color convert

RGB240151204-
CMYK00.370.150.06
HSL324.27º74.79%76.67%-
HSV(B)324.27º37.08%94.12%-
XYZ57.945.0262.76-
YUV183.65139.49168.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=40.34%
G=25.38%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015120400.370.150.06324.2774.7976.67
HexF097CC025F61444b4d
Octal360227314045176504113115
Binary1111000010010111110011000100101111111010100010010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F097CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F097CC; }

 p { color: rgb(240,151,204); }

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

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

 a { background-color: rgb(240,151,204); }

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

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

 span { border-color: rgb(240,151,204); }

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