Shades of Shocking #F297C7
Tints of Shocking #F297C7
RGB
CMYK
RGB Variations
Color information
#F297C7 (or 0xF297C7) is known color: Shocking. HEX triplet: F2, 97 and C7. RGB value is (242,151,199). Sum of RGB (Red+Green+Blue) = 242+151+199=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F297C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F297C7 is #0D6838. Grayscale: #B7B7B7. Windows color (decimal): -878649 or 13080562. OLE color: 13080562.
HSL color Cylindrical-coordinate representation of color #F297C7: hue angle of 328.35º 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 #F297C7 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 199 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.05 |
| HSL | 328.35º | 0.78% | 0.77% | - |
| HSV(B) | 328.35º | 0.38% | 0.95% | - |
| XYZ | 57.99 | 45.13 | 59.69 | - |
| YUV | 183.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 199 | 0 | 0.38 | 0.18 | 0.05 | 328.35 | 0.78 | 0.77 |
| Hex | F2 | 97 | C7 | 0 | 26 | 12 | 5 | 148 | 4E | 4D |
| Octal | 362 | 227 | 307 | 0 | 46 | 22 | 5 | 510 | 116 | 115 |
| Binary | 11110010 | 10010111 | 11000111 | 0 | 100110 | 10010 | 101 | 101001000 | 1001110 | 1001101 |
Color Harmonies of #F297C7
Complementary color
Monochromatic Colors of #F297C7
Black with #F297C7
Text Example
Text Example
White with #F297C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F297C7; }
p { color: rgb(242,151,199); }
H1.HeaderClassName
{
color: #F297C7;
}
.AnyTagClassName
{
color: #F297C7;
}
</style>
background-color css
<style>
a { background-color: #F297C7; }
a { background-color: rgb(242,151,199); }
div.DivClassName
{
background-color: #F297C7;
}
.BgClassName
{
background-color: #F297C7;
}
</style>
border-color css
<style>
span { border-color: #F297C7; }
span { border-color: rgb(242,151,199); }
td.TdClassName
{
border-color: #F297C7;
}
.TagClassName
{
border-color: #F297C7;
}
</style>