Shades of Razzle Dazzle Rose #F436CA
Tints of Razzle Dazzle Rose #F436CA
RGB
CMYK
RGB Variations
Color information
#F436CA (or 0xF436CA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 36 and CA. RGB value is (244,54,202). Sum of RGB (Red+Green+Blue) = 244+54+202=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F436CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F436CA is #0BC935. Grayscale: #7F7F7F. Windows color (decimal): -772406 or 13252340. OLE color: 13252340.
HSL color Cylindrical-coordinate representation of color #F436CA: hue angle of 313.26º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F436CA is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 54 | 202 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.04 |
| HSL | 313.26º | 0.9% | 0.58% | - |
| HSV(B) | 313.26º | 0.78% | 0.96% | - |
| XYZ | 49.29 | 26.14 | 58.32 | - |
| YUV | 127.68 | 169.95 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 54 | 202 | 0 | 0.78 | 0.17 | 0.04 | 313.26 | 0.9 | 0.58 |
| Hex | F4 | 36 | CA | 0 | 4E | 11 | 4 | 139 | 5A | 3A |
| Octal | 364 | 66 | 312 | 0 | 116 | 21 | 4 | 471 | 132 | 72 |
| Binary | 11110100 | 110110 | 11001010 | 0 | 1001110 | 10001 | 100 | 100111001 | 1011010 | 111010 |
Color Harmonies of #F436CA
Complementary color
Monochromatic Colors of #F436CA
Black with #F436CA
Text Example
Text Example
White with #F436CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F436CA; }
p { color: rgb(244,54,202); }
H1.HeaderClassName
{
color: #F436CA;
}
.AnyTagClassName
{
color: #F436CA;
}
</style>
background-color css
<style>
a { background-color: #F436CA; }
a { background-color: rgb(244,54,202); }
div.DivClassName
{
background-color: #F436CA;
}
.BgClassName
{
background-color: #F436CA;
}
</style>
border-color css
<style>
span { border-color: #F436CA; }
span { border-color: rgb(244,54,202); }
td.TdClassName
{
border-color: #F436CA;
}
.TagClassName
{
border-color: #F436CA;
}
</style>