Shades of Razzle Dazzle Rose #F934DC
Tints of Razzle Dazzle Rose #F934DC
RGB
CMYK
RGB Variations
Color information
#F934DC (or 0xF934DC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 34 and DC. RGB value is (249,52,220). Sum of RGB (Red+Green+Blue) = 249+52+220=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 52 (20.70% from 255 or 9.98% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F934DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F934DC is #06CB23. Grayscale: #818181. Windows color (decimal): -445220 or 14431481. OLE color: 14431481.
HSL color Cylindrical-coordinate representation of color #F934DC: hue angle of 308.83º 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 #F934DC is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 220 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.02 |
| HSL | 308.83º | 0.94% | 0.59% | - |
| HSV(B) | 308.83º | 0.79% | 0.98% | - |
| XYZ | 53.21 | 27.76 | 70.26 | - |
| YUV | 130.06 | 178.77 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 220 | 0 | 0.79 | 0.12 | 0.02 | 308.83 | 0.94 | 0.59 |
| Hex | F9 | 34 | DC | 0 | 4F | C | 2 | 135 | 5E | 3B |
| Octal | 371 | 64 | 334 | 0 | 117 | 14 | 2 | 465 | 136 | 73 |
| Binary | 11111001 | 110100 | 11011100 | 0 | 1001111 | 1100 | 10 | 100110101 | 1011110 | 111011 |
Color Harmonies of #F934DC
Complementary color
Monochromatic Colors of #F934DC
Black with #F934DC
Text Example
Text Example
White with #F934DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F934DC; }
p { color: rgb(249,52,220); }
H1.HeaderClassName
{
color: #F934DC;
}
.AnyTagClassName
{
color: #F934DC;
}
</style>
background-color css
<style>
a { background-color: #F934DC; }
a { background-color: rgb(249,52,220); }
div.DivClassName
{
background-color: #F934DC;
}
.BgClassName
{
background-color: #F934DC;
}
</style>
border-color css
<style>
span { border-color: #F934DC; }
span { border-color: rgb(249,52,220); }
td.TdClassName
{
border-color: #F934DC;
}
.TagClassName
{
border-color: #F934DC;
}
</style>