Shades of Razzle Dazzle Rose #F435CF
Tints of Razzle Dazzle Rose #F435CF
RGB
CMYK
RGB Variations
Color information
#F435CF (or 0xF435CF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 35 and CF. RGB value is (244,53,207). Sum of RGB (Red+Green+Blue) = 244+53+207=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F435CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F435CF is #0BCA30. Grayscale: #7F7F7F. Windows color (decimal): -772657 or 13579764. OLE color: 13579764.
HSL color Cylindrical-coordinate representation of color #F435CF: hue angle of 311.62º 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 #F435CF is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 207 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.04 |
| HSL | 311.62º | 0.9% | 0.58% | - |
| HSV(B) | 311.62º | 0.78% | 0.96% | - |
| XYZ | 49.84 | 26.28 | 61.48 | - |
| YUV | 127.67 | 172.78 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 207 | 0 | 0.78 | 0.15 | 0.04 | 311.62 | 0.9 | 0.58 |
| Hex | F4 | 35 | CF | 0 | 4E | F | 4 | 138 | 5A | 3A |
| Octal | 364 | 65 | 317 | 0 | 116 | 17 | 4 | 470 | 132 | 72 |
| Binary | 11110100 | 110101 | 11001111 | 0 | 1001110 | 1111 | 100 | 100111000 | 1011010 | 111010 |
Color Harmonies of #F435CF
Complementary color
Monochromatic Colors of #F435CF
Black with #F435CF
Text Example
Text Example
White with #F435CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F435CF; }
p { color: rgb(244,53,207); }
H1.HeaderClassName
{
color: #F435CF;
}
.AnyTagClassName
{
color: #F435CF;
}
</style>
background-color css
<style>
a { background-color: #F435CF; }
a { background-color: rgb(244,53,207); }
div.DivClassName
{
background-color: #F435CF;
}
.BgClassName
{
background-color: #F435CF;
}
</style>
border-color css
<style>
span { border-color: #F435CF; }
span { border-color: rgb(244,53,207); }
td.TdClassName
{
border-color: #F435CF;
}
.TagClassName
{
border-color: #F435CF;
}
</style>