#F097BD

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

Shades of Shocking #F097BD

Tints of Shocking #F097BD

Color information

#F097BD (or 0xF097BD) is unknown color: approx Shocking. HEX triplet: F0, 97 and BD. RGB value is (240,151,189). Sum of RGB (Red+Green+Blue) = 240+151+189=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F097BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097BD is #0F6842. Grayscale: #B5B5B5. Windows color (decimal): -1009731 or 12425200. OLE color: 12425200.

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

Color convert

RGB240151189-
CMYK00.370.210.06
HSL334.38º74.79%76.67%-
HSV(B)334.38º37.08%94.12%-
XYZ56.1944.3353.74-
YUV181.94131.99169.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.38%
GREEN value IS 151 (59.38% from 255) = 26.03%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=41.38%
G=26.03%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015118900.370.210.06334.3874.7976.67
HexF097BD02515614e4b4d
Octal360227275045256516113115
Binary11110000100101111011110101001011010111010100111010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F097BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F097BD; }

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

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

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

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

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

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

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

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