Shades of Razzle Dazzle Rose #F935DB
Tints of Razzle Dazzle Rose #F935DB
RGB
CMYK
RGB Variations
Color information
#F935DB (or 0xF935DB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 35 and DB. RGB value is (249,53,219). Sum of RGB (Red+Green+Blue) = 249+53+219=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 53 (21.09% from 255 or 10.17% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F935DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F935DB is #06CA24. Grayscale: #828282. Windows color (decimal): -444965 or 14366201. OLE color: 14366201.
HSL color Cylindrical-coordinate representation of color #F935DB: hue angle of 309.18º 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 #F935DB is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 219 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.02 |
| HSL | 309.18º | 0.94% | 0.59% | - |
| HSV(B) | 309.18º | 0.79% | 0.98% | - |
| XYZ | 53.13 | 27.8 | 69.58 | - |
| YUV | 130.53 | 177.93 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 219 | 0 | 0.79 | 0.12 | 0.02 | 309.18 | 0.94 | 0.59 |
| Hex | F9 | 35 | DB | 0 | 4F | C | 2 | 135 | 5E | 3B |
| Octal | 371 | 65 | 333 | 0 | 117 | 14 | 2 | 465 | 136 | 73 |
| Binary | 11111001 | 110101 | 11011011 | 0 | 1001111 | 1100 | 10 | 100110101 | 1011110 | 111011 |
Color Harmonies of #F935DB
Complementary color
Monochromatic Colors of #F935DB
Black with #F935DB
Text Example
Text Example
White with #F935DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F935DB; }
p { color: rgb(249,53,219); }
H1.HeaderClassName
{
color: #F935DB;
}
.AnyTagClassName
{
color: #F935DB;
}
</style>
background-color css
<style>
a { background-color: #F935DB; }
a { background-color: rgb(249,53,219); }
div.DivClassName
{
background-color: #F935DB;
}
.BgClassName
{
background-color: #F935DB;
}
</style>
border-color css
<style>
span { border-color: #F935DB; }
span { border-color: rgb(249,53,219); }
td.TdClassName
{
border-color: #F935DB;
}
.TagClassName
{
border-color: #F935DB;
}
</style>