Shades of Razzle Dazzle Rose #F043D1
Tints of Razzle Dazzle Rose #F043D1
RGB
CMYK
RGB Variations
Color information
#F043D1 (or 0xF043D1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 43 and D1. RGB value is (240,67,209). Sum of RGB (Red+Green+Blue) = 240+67+209=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 67 (26.56% from 255 or 12.98% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F043D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F043D1 is #0FBC2E. Grayscale: #868686. Windows color (decimal): -1031215 or 13714416. OLE color: 13714416.
HSL color Cylindrical-coordinate representation of color #F043D1: hue angle of 310.75º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F043D1 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 209 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.06 |
| HSL | 310.75º | 0.85% | 0.6% | - |
| HSV(B) | 310.75º | 0.72% | 0.94% | - |
| XYZ | 49.45 | 27.14 | 62.95 | - |
| YUV | 134.92 | 169.81 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 209 | 0 | 0.72 | 0.13 | 0.06 | 310.75 | 0.85 | 0.6 |
| Hex | F0 | 43 | D1 | 0 | 48 | D | 6 | 137 | 55 | 3C |
| Octal | 360 | 103 | 321 | 0 | 110 | 15 | 6 | 467 | 125 | 74 |
| Binary | 11110000 | 1000011 | 11010001 | 0 | 1001000 | 1101 | 110 | 100110111 | 1010101 | 111100 |
Color Harmonies of #F043D1
Complementary color
Monochromatic Colors of #F043D1
Black with #F043D1
Text Example
Text Example
White with #F043D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F043D1; }
p { color: rgb(240,67,209); }
H1.HeaderClassName
{
color: #F043D1;
}
.AnyTagClassName
{
color: #F043D1;
}
</style>
background-color css
<style>
a { background-color: #F043D1; }
a { background-color: rgb(240,67,209); }
div.DivClassName
{
background-color: #F043D1;
}
.BgClassName
{
background-color: #F043D1;
}
</style>
border-color css
<style>
span { border-color: #F043D1; }
span { border-color: rgb(240,67,209); }
td.TdClassName
{
border-color: #F043D1;
}
.TagClassName
{
border-color: #F043D1;
}
</style>