#F097CD

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

Shades of Shocking #F097CD

Tints of Shocking #F097CD

Color information

#F097CD (or 0xF097CD) is unknown color: approx Shocking. HEX triplet: F0, 97 and CD. RGB value is (240,151,205). Sum of RGB (Red+Green+Blue) = 240+151+205=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F097CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097CD is #0F6832. Grayscale: #B7B7B7. Windows color (decimal): -1009715 or 13473776. OLE color: 13473776.

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

Color convert

RGB240151205-
CMYK00.370.150.06
HSL323.6º74.79%76.67%-
HSV(B)323.6º37.08%94.12%-
XYZ58.0245.0763.4-
YUV183.77139.99168.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 151 (59.38% from 255) = 25.34%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=40.27%
G=25.34%
B=34.40%

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
Decimal24015120500.370.150.06323.674.7976.67
HexF097CD025F61444b4d
Octal360227315045176504113115
Binary1111000010010111110011010100101111111010100010010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F097CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F097CD; }

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

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

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

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

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

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

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

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