Shades of Shocking #F093C5
Tints of Shocking #F093C5
RGB
CMYK
RGB Variations
Color information
#F093C5 (or 0xF093C5) is known color: Shocking. HEX triplet: F0, 93 and C5. RGB value is (240,147,197). Sum of RGB (Red+Green+Blue) = 240+147+197=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F093C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093C5 is #0F6C3A. Grayscale: #B4B4B4. Windows color (decimal): -1010747 or 12948464. OLE color: 12948464.
HSL color Cylindrical-coordinate representation of color #F093C5: hue angle of 327.74º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F093C5 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 197 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.06 |
| HSL | 327.74º | 0.76% | 0.76% | - |
| HSV(B) | 327.74º | 0.39% | 0.94% | - |
| XYZ | 56.45 | 43.42 | 58.23 | - |
| YUV | 180.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 197 | 0 | 0.39 | 0.18 | 0.06 | 327.74 | 0.76 | 0.76 |
| Hex | F0 | 93 | C5 | 0 | 27 | 12 | 6 | 148 | 4C | 4C |
| Octal | 360 | 223 | 305 | 0 | 47 | 22 | 6 | 510 | 114 | 114 |
| Binary | 11110000 | 10010011 | 11000101 | 0 | 100111 | 10010 | 110 | 101001000 | 1001100 | 1001100 |
Color Harmonies of #F093C5
Complementary color
Monochromatic Colors of #F093C5
Black with #F093C5
Text Example
Text Example
White with #F093C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F093C5; }
p { color: rgb(240,147,197); }
H1.HeaderClassName
{
color: #F093C5;
}
.AnyTagClassName
{
color: #F093C5;
}
</style>
background-color css
<style>
a { background-color: #F093C5; }
a { background-color: rgb(240,147,197); }
div.DivClassName
{
background-color: #F093C5;
}
.BgClassName
{
background-color: #F093C5;
}
</style>
border-color css
<style>
span { border-color: #F093C5; }
span { border-color: rgb(240,147,197); }
td.TdClassName
{
border-color: #F093C5;
}
.TagClassName
{
border-color: #F093C5;
}
</style>