Shades of Shocking #F096CD
Tints of Shocking #F096CD
RGB
CMYK
RGB Variations
Color information
#F096CD (or 0xF096CD) is known color: Shocking. HEX triplet: F0, 96 and CD. RGB value is (240,150,205). Sum of RGB (Red+Green+Blue) = 240+150+205=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F096CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096CD is #0F6932. Grayscale: #B7B7B7. Windows color (decimal): -1009971 or 13473520. OLE color: 13473520.
HSL color Cylindrical-coordinate representation of color #F096CD: hue angle of 323.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096CD is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 205 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.06 |
| HSL | 323.33º | 0.75% | 0.76% | - |
| HSV(B) | 323.33º | 0.38% | 0.94% | - |
| XYZ | 57.86 | 44.75 | 63.34 | - |
| YUV | 183.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 205 | 0 | 0.37 | 0.15 | 0.06 | 323.33 | 0.75 | 0.76 |
| Hex | F0 | 96 | CD | 0 | 25 | F | 6 | 143 | 4B | 4C |
| Octal | 360 | 226 | 315 | 0 | 45 | 17 | 6 | 503 | 113 | 114 |
| Binary | 11110000 | 10010110 | 11001101 | 0 | 100101 | 1111 | 110 | 101000011 | 1001011 | 1001100 |
Color Harmonies of #F096CD
Complementary color
Monochromatic Colors of #F096CD
Black with #F096CD
Text Example
Text Example
White with #F096CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F096CD; }
p { color: rgb(240,150,205); }
H1.HeaderClassName
{
color: #F096CD;
}
.AnyTagClassName
{
color: #F096CD;
}
</style>
background-color css
<style>
a { background-color: #F096CD; }
a { background-color: rgb(240,150,205); }
div.DivClassName
{
background-color: #F096CD;
}
.BgClassName
{
background-color: #F096CD;
}
</style>
border-color css
<style>
span { border-color: #F096CD; }
span { border-color: rgb(240,150,205); }
td.TdClassName
{
border-color: #F096CD;
}
.TagClassName
{
border-color: #F096CD;
}
</style>