Shades of Shocking #F09DC4
Tints of Shocking #F09DC4
RGB
CMYK
RGB Variations
Color information
#F09DC4 (or 0xF09DC4) is known color: Shocking. HEX triplet: F0, 9D and C4. RGB value is (240,157,196). Sum of RGB (Red+Green+Blue) = 240+157+196=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DC4 is #0F623B. Grayscale: #BABABA. Windows color (decimal): -1008188 or 12885488. OLE color: 12885488.
HSL color Cylindrical-coordinate representation of color #F09DC4: hue angle of 331.81º 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 #F09DC4 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 196 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.06 |
| HSL | 331.81º | 0.73% | 0.78% | - |
| HSV(B) | 331.81º | 0.35% | 0.94% | - |
| XYZ | 57.96 | 46.62 | 58.17 | - |
| YUV | 186.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 196 | 0 | 0.35 | 0.18 | 0.06 | 331.81 | 0.73 | 0.78 |
| Hex | F0 | 9D | C4 | 0 | 23 | 12 | 6 | 14C | 49 | 4E |
| Octal | 360 | 235 | 304 | 0 | 43 | 22 | 6 | 514 | 111 | 116 |
| Binary | 11110000 | 10011101 | 11000100 | 0 | 100011 | 10010 | 110 | 101001100 | 1001001 | 1001110 |
Color Harmonies of #F09DC4
Complementary color
Monochromatic Colors of #F09DC4
Black with #F09DC4
Text Example
Text Example
White with #F09DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DC4; }
p { color: rgb(240,157,196); }
H1.HeaderClassName
{
color: #F09DC4;
}
.AnyTagClassName
{
color: #F09DC4;
}
</style>
background-color css
<style>
a { background-color: #F09DC4; }
a { background-color: rgb(240,157,196); }
div.DivClassName
{
background-color: #F09DC4;
}
.BgClassName
{
background-color: #F09DC4;
}
</style>
border-color css
<style>
span { border-color: #F09DC4; }
span { border-color: rgb(240,157,196); }
td.TdClassName
{
border-color: #F09DC4;
}
.TagClassName
{
border-color: #F09DC4;
}
</style>