Shades of Razzle Dazzle Rose #F635CA
Tints of Razzle Dazzle Rose #F635CA
RGB
CMYK
RGB Variations
Color information
#F635CA (or 0xF635CA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 35 and CA. RGB value is (246,53,202). Sum of RGB (Red+Green+Blue) = 246+53+202=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F635CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F635CA is #09CA35. Grayscale: #7F7F7F. Windows color (decimal): -641590 or 13252086. OLE color: 13252086.
HSL color Cylindrical-coordinate representation of color #F635CA: hue angle of 313.68º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F635CA is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 202 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.04 |
| HSL | 313.68º | 0.91% | 0.59% | - |
| HSV(B) | 313.68º | 0.78% | 0.96% | - |
| XYZ | 49.94 | 26.4 | 58.34 | - |
| YUV | 127.69 | 169.94 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 202 | 0 | 0.78 | 0.18 | 0.04 | 313.68 | 0.91 | 0.59 |
| Hex | F6 | 35 | CA | 0 | 4E | 12 | 4 | 13A | 5B | 3B |
| Octal | 366 | 65 | 312 | 0 | 116 | 22 | 4 | 472 | 133 | 73 |
| Binary | 11110110 | 110101 | 11001010 | 0 | 1001110 | 10010 | 100 | 100111010 | 1011011 | 111011 |
Color Harmonies of #F635CA
Complementary color
Monochromatic Colors of #F635CA
Black with #F635CA
Text Example
Text Example
White with #F635CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F635CA; }
p { color: rgb(246,53,202); }
H1.HeaderClassName
{
color: #F635CA;
}
.AnyTagClassName
{
color: #F635CA;
}
</style>
background-color css
<style>
a { background-color: #F635CA; }
a { background-color: rgb(246,53,202); }
div.DivClassName
{
background-color: #F635CA;
}
.BgClassName
{
background-color: #F635CA;
}
</style>
border-color css
<style>
span { border-color: #F635CA; }
span { border-color: rgb(246,53,202); }
td.TdClassName
{
border-color: #F635CA;
}
.TagClassName
{
border-color: #F635CA;
}
</style>