Shades of Razzle Dazzle Rose #F635C8
Tints of Razzle Dazzle Rose #F635C8
RGB
CMYK
RGB Variations
Color information
#F635C8 (or 0xF635C8) is known color: Razzle Dazzle Rose. HEX triplet: F6, 35 and C8. RGB value is (246,53,200). Sum of RGB (Red+Green+Blue) = 246+53+200=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F635C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F635C8 is #09CA37. Grayscale: #7F7F7F. Windows color (decimal): -641592 or 13121014. OLE color: 13121014.
HSL color Cylindrical-coordinate representation of color #F635C8: hue angle of 314.3º 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 #F635C8 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 200 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.04 |
| HSL | 314.3º | 0.91% | 0.59% | - |
| HSV(B) | 314.3º | 0.78% | 0.96% | - |
| XYZ | 49.7 | 26.31 | 57.1 | - |
| YUV | 127.47 | 168.94 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 200 | 0 | 0.78 | 0.19 | 0.04 | 314.3 | 0.91 | 0.59 |
| Hex | F6 | 35 | C8 | 0 | 4E | 13 | 4 | 13A | 5B | 3B |
| Octal | 366 | 65 | 310 | 0 | 116 | 23 | 4 | 472 | 133 | 73 |
| Binary | 11110110 | 110101 | 11001000 | 0 | 1001110 | 10011 | 100 | 100111010 | 1011011 | 111011 |
Color Harmonies of #F635C8
Complementary color
Monochromatic Colors of #F635C8
Black with #F635C8
Text Example
Text Example
White with #F635C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F635C8; }
p { color: rgb(246,53,200); }
H1.HeaderClassName
{
color: #F635C8;
}
.AnyTagClassName
{
color: #F635C8;
}
</style>
background-color css
<style>
a { background-color: #F635C8; }
a { background-color: rgb(246,53,200); }
div.DivClassName
{
background-color: #F635C8;
}
.BgClassName
{
background-color: #F635C8;
}
</style>
border-color css
<style>
span { border-color: #F635C8; }
span { border-color: rgb(246,53,200); }
td.TdClassName
{
border-color: #F635C8;
}
.TagClassName
{
border-color: #F635C8;
}
</style>