Shades of Shocking #F297CB
Tints of Shocking #F297CB
RGB
CMYK
RGB Variations
Color information
#F297CB (or 0xF297CB) is known color: Shocking. HEX triplet: F2, 97 and CB. RGB value is (242,151,203). Sum of RGB (Red+Green+Blue) = 242+151+203=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F297CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F297CB is #0D6834. Grayscale: #B8B8B8. Windows color (decimal): -878645 or 13342706. OLE color: 13342706.
HSL color Cylindrical-coordinate representation of color #F297CB: hue angle of 325.71º 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 #F297CB is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 203 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.05 |
| HSL | 325.71º | 0.78% | 0.77% | - |
| HSV(B) | 325.71º | 0.38% | 0.95% | - |
| XYZ | 58.46 | 45.32 | 62.17 | - |
| YUV | 184.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 203 | 0 | 0.38 | 0.16 | 0.05 | 325.71 | 0.78 | 0.77 |
| Hex | F2 | 97 | CB | 0 | 26 | 10 | 5 | 146 | 4E | 4D |
| Octal | 362 | 227 | 313 | 0 | 46 | 20 | 5 | 506 | 116 | 115 |
| Binary | 11110010 | 10010111 | 11001011 | 0 | 100110 | 10000 | 101 | 101000110 | 1001110 | 1001101 |
Color Harmonies of #F297CB
Complementary color
Monochromatic Colors of #F297CB
Black with #F297CB
Text Example
Text Example
White with #F297CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F297CB; }
p { color: rgb(242,151,203); }
H1.HeaderClassName
{
color: #F297CB;
}
.AnyTagClassName
{
color: #F297CB;
}
</style>
background-color css
<style>
a { background-color: #F297CB; }
a { background-color: rgb(242,151,203); }
div.DivClassName
{
background-color: #F297CB;
}
.BgClassName
{
background-color: #F297CB;
}
</style>
border-color css
<style>
span { border-color: #F297CB; }
span { border-color: rgb(242,151,203); }
td.TdClassName
{
border-color: #F297CB;
}
.TagClassName
{
border-color: #F297CB;
}
</style>