Shades of Shocking #F299CD
Tints of Shocking #F299CD
RGB
CMYK
RGB Variations
Color information
#F299CD (or 0xF299CD) is known color: Shocking. HEX triplet: F2, 99 and CD. RGB value is (242,153,205). Sum of RGB (Red+Green+Blue) = 242+153+205=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F299CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299CD is #0D6632. Grayscale: #B9B9B9. Windows color (decimal): -878131 or 13474290. OLE color: 13474290.
HSL color Cylindrical-coordinate representation of color #F299CD: hue angle of 324.94º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F299CD is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 205 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.05 |
| HSL | 324.94º | 0.77% | 0.77% | - |
| HSV(B) | 324.94º | 0.37% | 0.95% | - |
| XYZ | 59.03 | 46.07 | 63.54 | - |
| YUV | 185.54 | 138.99 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 205 | 0 | 0.37 | 0.15 | 0.05 | 324.94 | 0.77 | 0.77 |
| Hex | F2 | 99 | CD | 0 | 25 | F | 5 | 145 | 4D | 4D |
| Octal | 362 | 231 | 315 | 0 | 45 | 17 | 5 | 505 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11001101 | 0 | 100101 | 1111 | 101 | 101000101 | 1001101 | 1001101 |
Color Harmonies of #F299CD
Complementary color
Monochromatic Colors of #F299CD
Black with #F299CD
Text Example
Text Example
White with #F299CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299CD; }
p { color: rgb(242,153,205); }
H1.HeaderClassName
{
color: #F299CD;
}
.AnyTagClassName
{
color: #F299CD;
}
</style>
background-color css
<style>
a { background-color: #F299CD; }
a { background-color: rgb(242,153,205); }
div.DivClassName
{
background-color: #F299CD;
}
.BgClassName
{
background-color: #F299CD;
}
</style>
border-color css
<style>
span { border-color: #F299CD; }
span { border-color: rgb(242,153,205); }
td.TdClassName
{
border-color: #F299CD;
}
.TagClassName
{
border-color: #F299CD;
}
</style>