Shades of Razzle Dazzle Rose #F935CA
Tints of Razzle Dazzle Rose #F935CA
RGB
CMYK
RGB Variations
Color information
#F935CA (or 0xF935CA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 35 and CA. RGB value is (249,53,202). Sum of RGB (Red+Green+Blue) = 249+53+202=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F935CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F935CA is #06CA35. Grayscale: #808080. Windows color (decimal): -444982 or 13252089. OLE color: 13252089.
HSL color Cylindrical-coordinate representation of color #F935CA: hue angle of 314.39º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F935CA is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 202 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.02 |
| HSL | 314.39º | 0.94% | 0.59% | - |
| HSV(B) | 314.39º | 0.79% | 0.98% | - |
| XYZ | 51 | 26.95 | 58.39 | - |
| YUV | 128.59 | 169.43 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 202 | 0 | 0.79 | 0.19 | 0.02 | 314.39 | 0.94 | 0.59 |
| Hex | F9 | 35 | CA | 0 | 4F | 13 | 2 | 13A | 5E | 3B |
| Octal | 371 | 65 | 312 | 0 | 117 | 23 | 2 | 472 | 136 | 73 |
| Binary | 11111001 | 110101 | 11001010 | 0 | 1001111 | 10011 | 10 | 100111010 | 1011110 | 111011 |
Color Harmonies of #F935CA
Complementary color
Monochromatic Colors of #F935CA
Black with #F935CA
Text Example
Text Example
White with #F935CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F935CA; }
p { color: rgb(249,53,202); }
H1.HeaderClassName
{
color: #F935CA;
}
.AnyTagClassName
{
color: #F935CA;
}
</style>
background-color css
<style>
a { background-color: #F935CA; }
a { background-color: rgb(249,53,202); }
div.DivClassName
{
background-color: #F935CA;
}
.BgClassName
{
background-color: #F935CA;
}
</style>
border-color css
<style>
span { border-color: #F935CA; }
span { border-color: rgb(249,53,202); }
td.TdClassName
{
border-color: #F935CA;
}
.TagClassName
{
border-color: #F935CA;
}
</style>