Shades of Shocking #F397CA
Tints of Shocking #F397CA
RGB
CMYK
RGB Variations
Color information
#F397CA (or 0xF397CA) is known color: Shocking. HEX triplet: F3, 97 and CA. RGB value is (243,151,202). Sum of RGB (Red+Green+Blue) = 243+151+202=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F397CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F397CA is #0C6835. Grayscale: #B8B8B8. Windows color (decimal): -813110 or 13277171. OLE color: 13277171.
HSL color Cylindrical-coordinate representation of color #F397CA: hue angle of 326.74º degrees, saturation: 0.79, 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 #F397CA is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 202 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.05 |
| HSL | 326.74º | 0.79% | 0.77% | - |
| HSV(B) | 326.74º | 0.38% | 0.95% | - |
| XYZ | 58.69 | 45.45 | 61.56 | - |
| YUV | 184.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 202 | 0 | 0.38 | 0.17 | 0.05 | 326.74 | 0.79 | 0.77 |
| Hex | F3 | 97 | CA | 0 | 26 | 11 | 5 | 147 | 4F | 4D |
| Octal | 363 | 227 | 312 | 0 | 46 | 21 | 5 | 507 | 117 | 115 |
| Binary | 11110011 | 10010111 | 11001010 | 0 | 100110 | 10001 | 101 | 101000111 | 1001111 | 1001101 |
Color Harmonies of #F397CA
Complementary color
Monochromatic Colors of #F397CA
Black with #F397CA
Text Example
Text Example
White with #F397CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F397CA; }
p { color: rgb(243,151,202); }
H1.HeaderClassName
{
color: #F397CA;
}
.AnyTagClassName
{
color: #F397CA;
}
</style>
background-color css
<style>
a { background-color: #F397CA; }
a { background-color: rgb(243,151,202); }
div.DivClassName
{
background-color: #F397CA;
}
.BgClassName
{
background-color: #F397CA;
}
</style>
border-color css
<style>
span { border-color: #F397CA; }
span { border-color: rgb(243,151,202); }
td.TdClassName
{
border-color: #F397CA;
}
.TagClassName
{
border-color: #F397CA;
}
</style>