#F08DBA

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

Shades of Shocking #F08DBA

Tints of Shocking #F08DBA

Color information

#F08DBA (or 0xF08DBA) is unknown color: approx Shocking. HEX triplet: F0, 8D and BA. RGB value is (240,141,186). Sum of RGB (Red+Green+Blue) = 240+141+186=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08DBA is #0F7245. Grayscale: #AFAFAF. Windows color (decimal): -1012294 or 12226032. OLE color: 12226032.

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

Color convert

RGB240141186-
CMYK00.410.220.06
HSL332.73º76.74%74.71%-
HSV(B)332.73º41.25%94.12%-
XYZ54.3241.1251.53-
YUV175.73133.8173.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=42.33%
G=24.87%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014118600.410.220.06332.7376.7474.71
HexF08DBA02916614d4d4b
Octal360215272051266515115113
Binary11110000100011011011101001010011011011010100110110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08DBA; }

 p { color: rgb(240,141,186); }

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

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

 a { background-color: rgb(240,141,186); }

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

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

 span { border-color: rgb(240,141,186); }

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