#F09DD0

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

Shades of Shocking #F09DD0

Tints of Shocking #F09DD0

Color information

#F09DD0 (or 0xF09DD0) is unknown color: approx Shocking. HEX triplet: F0, 9D and D0. RGB value is (240,157,208). Sum of RGB (Red+Green+Blue) = 240+157+208=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DD0 is #0F622F. Grayscale: #BBBBBB. Windows color (decimal): -1008176 or 13671920. OLE color: 13671920.

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

Color convert

RGB240157208-
CMYK00.350.130.06
HSL323.13º73.45%77.84%-
HSV(B)323.13º34.58%94.12%-
XYZ59.3847.1965.65-
YUV187.63139.5165.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 157 (61.72% from 255) = 25.95%
BLUE value IS 208 (81.64% from 255) = 34.38%
R=39.67%
G=25.95%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015720800.350.130.06323.1373.4577.84
HexF09DD0023D6143494e
Octal360235320043156503111116
Binary1111000010011101110100000100011110111010100001110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09DD0; }

 p { color: rgb(240,157,208); }

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

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

 a { background-color: rgb(240,157,208); }

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

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

 span { border-color: rgb(240,157,208); }

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