Shades of Shocking #F299C4
Tints of Shocking #F299C4
RGB
CMYK
RGB Variations
Color information
#F299C4 (or 0xF299C4) is known color: Shocking. HEX triplet: F2, 99 and C4. RGB value is (242,153,196). Sum of RGB (Red+Green+Blue) = 242+153+196=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F299C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299C4 is #0D663B. Grayscale: #B8B8B8. Windows color (decimal): -878140 or 12884466. OLE color: 12884466.
HSL color Cylindrical-coordinate representation of color #F299C4: hue angle of 331.01º 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 #F299C4 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 196 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.05 |
| HSL | 331.01º | 0.77% | 0.77% | - |
| HSV(B) | 331.01º | 0.37% | 0.95% | - |
| XYZ | 57.97 | 45.65 | 57.98 | - |
| YUV | 184.51 | 134.49 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 196 | 0 | 0.37 | 0.19 | 0.05 | 331.01 | 0.77 | 0.77 |
| Hex | F2 | 99 | C4 | 0 | 25 | 13 | 5 | 14B | 4D | 4D |
| Octal | 362 | 231 | 304 | 0 | 45 | 23 | 5 | 513 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11000100 | 0 | 100101 | 10011 | 101 | 101001011 | 1001101 | 1001101 |
Color Harmonies of #F299C4
Complementary color
Monochromatic Colors of #F299C4
Black with #F299C4
Text Example
Text Example
White with #F299C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299C4; }
p { color: rgb(242,153,196); }
H1.HeaderClassName
{
color: #F299C4;
}
.AnyTagClassName
{
color: #F299C4;
}
</style>
background-color css
<style>
a { background-color: #F299C4; }
a { background-color: rgb(242,153,196); }
div.DivClassName
{
background-color: #F299C4;
}
.BgClassName
{
background-color: #F299C4;
}
</style>
border-color css
<style>
span { border-color: #F299C4; }
span { border-color: rgb(242,153,196); }
td.TdClassName
{
border-color: #F299C4;
}
.TagClassName
{
border-color: #F299C4;
}
</style>