Shades of Razzle Dazzle Rose #F943DB
Tints of Razzle Dazzle Rose #F943DB
RGB
CMYK
RGB Variations
Color information
#F943DB (or 0xF943DB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 43 and DB. RGB value is (249,67,219). Sum of RGB (Red+Green+Blue) = 249+67+219=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 67 (26.56% from 255 or 12.52% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F943DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F943DB is #06BC24. Grayscale: #8A8A8A. Windows color (decimal): -441381 or 14369785. OLE color: 14369785.
HSL color Cylindrical-coordinate representation of color #F943DB: hue angle of 309.89º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F943DB is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 67 | 219 | - |
CMYK | 0 | 0.73 | 0.12 | 0.02 |
HSL | 309.89º | 0.94% | 0.62% | - |
HSV(B) | 309.89º | 0.73% | 0.98% | - |
XYZ | 53.86 | 29.27 | 69.83 | - |
YUV | 138.75 | 173.3 | 206.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 67 | 219 | 0 | 0.73 | 0.12 | 0.02 | 309.89 | 0.94 | 0.62 |
Hex | F9 | 43 | DB | 0 | 49 | C | 2 | 136 | 5E | 3E |
Octal | 371 | 103 | 333 | 0 | 111 | 14 | 2 | 466 | 136 | 76 |
Binary | 11111001 | 1000011 | 11011011 | 0 | 1001001 | 1100 | 10 | 100110110 | 1011110 | 111110 |
Color Harmonies of #F943DB
Complementary color
Monochromatic Colors of #F943DB
Black with #F943DB
Text Example
Text Example
White with #F943DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F943DB; }
p { color: rgb(249,67,219); }
H1.HeaderClassName
{
color: #F943DB;
}
.AnyTagClassName
{
color: #F943DB;
}
</style>
background-color css
<style>
a { background-color: #F943DB; }
a { background-color: rgb(249,67,219); }
div.DivClassName
{
background-color: #F943DB;
}
.BgClassName
{
background-color: #F943DB;
}
</style>
border-color css
<style>
span { border-color: #F943DB; }
span { border-color: rgb(249,67,219); }
td.TdClassName
{
border-color: #F943DB;
}
.TagClassName
{
border-color: #F943DB;
}
</style>