Shades of Shocking #F299C2
Tints of Shocking #F299C2
RGB
CMYK
RGB Variations
Color information
#F299C2 (or 0xF299C2) is known color: Shocking. HEX triplet: F2, 99 and C2. RGB value is (242,153,194). Sum of RGB (Red+Green+Blue) = 242+153+194=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F299C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299C2 is #0D663D. Grayscale: #B8B8B8. Windows color (decimal): -878142 or 12753394. OLE color: 12753394.
HSL color Cylindrical-coordinate representation of color #F299C2: hue angle of 332.36º 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 #F299C2 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 194 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.05 |
| HSL | 332.36º | 0.77% | 0.77% | - |
| HSV(B) | 332.36º | 0.37% | 0.95% | - |
| XYZ | 57.75 | 45.55 | 56.79 | - |
| YUV | 184.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 194 | 0 | 0.37 | 0.20 | 0.05 | 332.36 | 0.77 | 0.77 |
| Hex | F2 | 99 | C2 | 0 | 25 | 14 | 5 | 14C | 4D | 4D |
| Octal | 362 | 231 | 302 | 0 | 45 | 24 | 5 | 514 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11000010 | 0 | 100101 | 10100 | 101 | 101001100 | 1001101 | 1001101 |
Color Harmonies of #F299C2
Complementary color
Monochromatic Colors of #F299C2
Black with #F299C2
Text Example
Text Example
White with #F299C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299C2; }
p { color: rgb(242,153,194); }
H1.HeaderClassName
{
color: #F299C2;
}
.AnyTagClassName
{
color: #F299C2;
}
</style>
background-color css
<style>
a { background-color: #F299C2; }
a { background-color: rgb(242,153,194); }
div.DivClassName
{
background-color: #F299C2;
}
.BgClassName
{
background-color: #F299C2;
}
</style>
border-color css
<style>
span { border-color: #F299C2; }
span { border-color: rgb(242,153,194); }
td.TdClassName
{
border-color: #F299C2;
}
.TagClassName
{
border-color: #F299C2;
}
</style>