Shades of Razzle Dazzle Rose #F230DB
Tints of Razzle Dazzle Rose #F230DB
RGB
CMYK
RGB Variations
Color information
#F230DB (or 0xF230DB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 30 and DB. RGB value is (242,48,219). Sum of RGB (Red+Green+Blue) = 242+48+219=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 48 (19.14% from 255 or 9.43% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F230DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F230DB is #0DCF24. Grayscale: #7D7D7D. Windows color (decimal): -904997 or 14364914. OLE color: 14364914.
HSL color Cylindrical-coordinate representation of color #F230DB: hue angle of 307.11º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F230DB is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 219 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.05 |
| HSL | 307.11º | 0.88% | 0.57% | - |
| HSV(B) | 307.11º | 0.8% | 0.95% | - |
| XYZ | 50.46 | 26.11 | 69.4 | - |
| YUV | 125.5 | 180.77 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 219 | 0 | 0.80 | 0.10 | 0.05 | 307.11 | 0.88 | 0.57 |
| Hex | F2 | 30 | DB | 0 | 50 | A | 5 | 133 | 58 | 39 |
| Octal | 362 | 60 | 333 | 0 | 120 | 12 | 5 | 463 | 130 | 71 |
| Binary | 11110010 | 110000 | 11011011 | 0 | 1010000 | 1010 | 101 | 100110011 | 1011000 | 111001 |
Color Harmonies of #F230DB
Complementary color
Monochromatic Colors of #F230DB
Black with #F230DB
Text Example
Text Example
White with #F230DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F230DB; }
p { color: rgb(242,48,219); }
H1.HeaderClassName
{
color: #F230DB;
}
.AnyTagClassName
{
color: #F230DB;
}
</style>
background-color css
<style>
a { background-color: #F230DB; }
a { background-color: rgb(242,48,219); }
div.DivClassName
{
background-color: #F230DB;
}
.BgClassName
{
background-color: #F230DB;
}
</style>
border-color css
<style>
span { border-color: #F230DB; }
span { border-color: rgb(242,48,219); }
td.TdClassName
{
border-color: #F230DB;
}
.TagClassName
{
border-color: #F230DB;
}
</style>