Shades of Razzle Dazzle Rose #F435CA
Tints of Razzle Dazzle Rose #F435CA
RGB
CMYK
RGB Variations
Color information
#F435CA (or 0xF435CA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 35 and CA. RGB value is (244,53,202). Sum of RGB (Red+Green+Blue) = 244+53+202=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F435CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F435CA is #0BCA35. Grayscale: #7E7E7E. Windows color (decimal): -772662 or 13252084. OLE color: 13252084.
HSL color Cylindrical-coordinate representation of color #F435CA: hue angle of 313.19º 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 #F435CA is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 202 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.04 |
| HSL | 313.19º | 0.9% | 0.58% | - |
| HSV(B) | 313.19º | 0.78% | 0.96% | - |
| XYZ | 49.24 | 26.04 | 58.31 | - |
| YUV | 127.1 | 170.28 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 202 | 0 | 0.78 | 0.17 | 0.04 | 313.19 | 0.9 | 0.58 |
| Hex | F4 | 35 | CA | 0 | 4E | 11 | 4 | 139 | 5A | 3A |
| Octal | 364 | 65 | 312 | 0 | 116 | 21 | 4 | 471 | 132 | 72 |
| Binary | 11110100 | 110101 | 11001010 | 0 | 1001110 | 10001 | 100 | 100111001 | 1011010 | 111010 |
Color Harmonies of #F435CA
Complementary color
Monochromatic Colors of #F435CA
Black with #F435CA
Text Example
Text Example
White with #F435CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F435CA; }
p { color: rgb(244,53,202); }
H1.HeaderClassName
{
color: #F435CA;
}
.AnyTagClassName
{
color: #F435CA;
}
</style>
background-color css
<style>
a { background-color: #F435CA; }
a { background-color: rgb(244,53,202); }
div.DivClassName
{
background-color: #F435CA;
}
.BgClassName
{
background-color: #F435CA;
}
</style>
border-color css
<style>
span { border-color: #F435CA; }
span { border-color: rgb(244,53,202); }
td.TdClassName
{
border-color: #F435CA;
}
.TagClassName
{
border-color: #F435CA;
}
</style>