Shades of Shocking #F295CF
Tints of Shocking #F295CF
RGB
CMYK
RGB Variations
Color information
#F295CF (or 0xF295CF) is known color: Shocking. HEX triplet: F2, 95 and CF. RGB value is (242,149,207). Sum of RGB (Red+Green+Blue) = 242+149+207=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F295CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295CF is #0D6A30. Grayscale: #B7B7B7. Windows color (decimal): -879153 or 13604338. OLE color: 13604338.
HSL color Cylindrical-coordinate representation of color #F295CF: hue angle of 322.58º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F295CF is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 207 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.05 |
| HSL | 322.58º | 0.78% | 0.77% | - |
| HSV(B) | 322.58º | 0.38% | 0.95% | - |
| XYZ | 58.63 | 44.88 | 64.6 | - |
| YUV | 183.42 | 141.31 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 207 | 0 | 0.38 | 0.14 | 0.05 | 322.58 | 0.78 | 0.77 |
| Hex | F2 | 95 | CF | 0 | 26 | E | 5 | 143 | 4E | 4D |
| Octal | 362 | 225 | 317 | 0 | 46 | 16 | 5 | 503 | 116 | 115 |
| Binary | 11110010 | 10010101 | 11001111 | 0 | 100110 | 1110 | 101 | 101000011 | 1001110 | 1001101 |
Color Harmonies of #F295CF
Complementary color
Monochromatic Colors of #F295CF
Black with #F295CF
Text Example
Text Example
White with #F295CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295CF; }
p { color: rgb(242,149,207); }
H1.HeaderClassName
{
color: #F295CF;
}
.AnyTagClassName
{
color: #F295CF;
}
</style>
background-color css
<style>
a { background-color: #F295CF; }
a { background-color: rgb(242,149,207); }
div.DivClassName
{
background-color: #F295CF;
}
.BgClassName
{
background-color: #F295CF;
}
</style>
border-color css
<style>
span { border-color: #F295CF; }
span { border-color: rgb(242,149,207); }
td.TdClassName
{
border-color: #F295CF;
}
.TagClassName
{
border-color: #F295CF;
}
</style>