Shades of Shocking #F59BCA
Tints of Shocking #F59BCA
RGB
CMYK
RGB Variations
Color information
#F59BCA (or 0xF59BCA) is known color: Shocking. HEX triplet: F5, 9B and CA. RGB value is (245,155,202). Sum of RGB (Red+Green+Blue) = 245+155+202=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BCA is #0A6435. Grayscale: #BBBBBB. Windows color (decimal): -681014 or 13278197. OLE color: 13278197.
HSL color Cylindrical-coordinate representation of color #F59BCA: hue angle of 328.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59BCA is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 202 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.04 |
| HSL | 328.67º | 0.82% | 0.78% | - |
| HSV(B) | 328.67º | 0.37% | 0.96% | - |
| XYZ | 60.04 | 47.12 | 61.81 | - |
| YUV | 187.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 202 | 0 | 0.37 | 0.18 | 0.04 | 328.67 | 0.82 | 0.78 |
| Hex | F5 | 9B | CA | 0 | 25 | 12 | 4 | 149 | 52 | 4E |
| Octal | 365 | 233 | 312 | 0 | 45 | 22 | 4 | 511 | 122 | 116 |
| Binary | 11110101 | 10011011 | 11001010 | 0 | 100101 | 10010 | 100 | 101001001 | 1010010 | 1001110 |
Color Harmonies of #F59BCA
Complementary color
Monochromatic Colors of #F59BCA
Black with #F59BCA
Text Example
Text Example
White with #F59BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BCA; }
p { color: rgb(245,155,202); }
H1.HeaderClassName
{
color: #F59BCA;
}
.AnyTagClassName
{
color: #F59BCA;
}
</style>
background-color css
<style>
a { background-color: #F59BCA; }
a { background-color: rgb(245,155,202); }
div.DivClassName
{
background-color: #F59BCA;
}
.BgClassName
{
background-color: #F59BCA;
}
</style>
border-color css
<style>
span { border-color: #F59BCA; }
span { border-color: rgb(245,155,202); }
td.TdClassName
{
border-color: #F59BCA;
}
.TagClassName
{
border-color: #F59BCA;
}
</style>