Shades of Shocking #F297C4
Tints of Shocking #F297C4
RGB
CMYK
RGB Variations
Color information
#F297C4 (or 0xF297C4) is known color: Shocking. HEX triplet: F2, 97 and C4. RGB value is (242,151,196). Sum of RGB (Red+Green+Blue) = 242+151+196=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F297C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F297C4 is #0D683B. Grayscale: #B7B7B7. Windows color (decimal): -878652 or 12883954. OLE color: 12883954.
HSL color Cylindrical-coordinate representation of color #F297C4: hue angle of 330.33º 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 #F297C4 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 196 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.05 |
| HSL | 330.33º | 0.78% | 0.77% | - |
| HSV(B) | 330.33º | 0.38% | 0.95% | - |
| XYZ | 57.65 | 45 | 57.87 | - |
| YUV | 183.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 196 | 0 | 0.38 | 0.19 | 0.05 | 330.33 | 0.78 | 0.77 |
| Hex | F2 | 97 | C4 | 0 | 26 | 13 | 5 | 14A | 4E | 4D |
| Octal | 362 | 227 | 304 | 0 | 46 | 23 | 5 | 512 | 116 | 115 |
| Binary | 11110010 | 10010111 | 11000100 | 0 | 100110 | 10011 | 101 | 101001010 | 1001110 | 1001101 |
Color Harmonies of #F297C4
Complementary color
Monochromatic Colors of #F297C4
Black with #F297C4
Text Example
Text Example
White with #F297C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F297C4; }
p { color: rgb(242,151,196); }
H1.HeaderClassName
{
color: #F297C4;
}
.AnyTagClassName
{
color: #F297C4;
}
</style>
background-color css
<style>
a { background-color: #F297C4; }
a { background-color: rgb(242,151,196); }
div.DivClassName
{
background-color: #F297C4;
}
.BgClassName
{
background-color: #F297C4;
}
</style>
border-color css
<style>
span { border-color: #F297C4; }
span { border-color: rgb(242,151,196); }
td.TdClassName
{
border-color: #F297C4;
}
.TagClassName
{
border-color: #F297C4;
}
</style>