Shades of Razzle Dazzle Rose #F635CE
Tints of Razzle Dazzle Rose #F635CE
RGB
CMYK
RGB Variations
Color information
#F635CE (or 0xF635CE) is known color: Razzle Dazzle Rose. HEX triplet: F6, 35 and CE. RGB value is (246,53,206). Sum of RGB (Red+Green+Blue) = 246+53+206=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 53 (21.09% from 255 or 10.50% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F635CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F635CE is #09CA31. Grayscale: #7F7F7F. Windows color (decimal): -641586 or 13514230. OLE color: 13514230.
HSL color Cylindrical-coordinate representation of color #F635CE: hue angle of 312.44º 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 #F635CE is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 206 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.04 |
| HSL | 312.44º | 0.91% | 0.59% | - |
| HSV(B) | 312.44º | 0.78% | 0.96% | - |
| XYZ | 50.42 | 26.6 | 60.87 | - |
| YUV | 128.15 | 171.94 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 206 | 0 | 0.78 | 0.16 | 0.04 | 312.44 | 0.91 | 0.59 |
| Hex | F6 | 35 | CE | 0 | 4E | 10 | 4 | 138 | 5B | 3B |
| Octal | 366 | 65 | 316 | 0 | 116 | 20 | 4 | 470 | 133 | 73 |
| Binary | 11110110 | 110101 | 11001110 | 0 | 1001110 | 10000 | 100 | 100111000 | 1011011 | 111011 |
Color Harmonies of #F635CE
Complementary color
Monochromatic Colors of #F635CE
Black with #F635CE
Text Example
Text Example
White with #F635CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F635CE; }
p { color: rgb(246,53,206); }
H1.HeaderClassName
{
color: #F635CE;
}
.AnyTagClassName
{
color: #F635CE;
}
</style>
background-color css
<style>
a { background-color: #F635CE; }
a { background-color: rgb(246,53,206); }
div.DivClassName
{
background-color: #F635CE;
}
.BgClassName
{
background-color: #F635CE;
}
</style>
border-color css
<style>
span { border-color: #F635CE; }
span { border-color: rgb(246,53,206); }
td.TdClassName
{
border-color: #F635CE;
}
.TagClassName
{
border-color: #F635CE;
}
</style>