Shades of Shocking #F295CC
Tints of Shocking #F295CC
RGB
CMYK
RGB Variations
Color information
#F295CC (or 0xF295CC) is known color: Shocking. HEX triplet: F2, 95 and CC. RGB value is (242,149,204). Sum of RGB (Red+Green+Blue) = 242+149+204=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F295CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295CC is #0D6A33. Grayscale: #B6B6B6. Windows color (decimal): -879156 or 13407730. OLE color: 13407730.
HSL color Cylindrical-coordinate representation of color #F295CC: hue angle of 324.52º 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 #F295CC is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 204 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.05 |
| HSL | 324.52º | 0.78% | 0.77% | - |
| HSV(B) | 324.52º | 0.38% | 0.95% | - |
| XYZ | 58.26 | 44.73 | 62.69 | - |
| YUV | 183.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 204 | 0 | 0.38 | 0.16 | 0.05 | 324.52 | 0.78 | 0.77 |
| Hex | F2 | 95 | CC | 0 | 26 | 10 | 5 | 145 | 4E | 4D |
| Octal | 362 | 225 | 314 | 0 | 46 | 20 | 5 | 505 | 116 | 115 |
| Binary | 11110010 | 10010101 | 11001100 | 0 | 100110 | 10000 | 101 | 101000101 | 1001110 | 1001101 |
Color Harmonies of #F295CC
Complementary color
Monochromatic Colors of #F295CC
Black with #F295CC
Text Example
Text Example
White with #F295CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295CC; }
p { color: rgb(242,149,204); }
H1.HeaderClassName
{
color: #F295CC;
}
.AnyTagClassName
{
color: #F295CC;
}
</style>
background-color css
<style>
a { background-color: #F295CC; }
a { background-color: rgb(242,149,204); }
div.DivClassName
{
background-color: #F295CC;
}
.BgClassName
{
background-color: #F295CC;
}
</style>
border-color css
<style>
span { border-color: #F295CC; }
span { border-color: rgb(242,149,204); }
td.TdClassName
{
border-color: #F295CC;
}
.TagClassName
{
border-color: #F295CC;
}
</style>