Shades of Razzle Dazzle Rose #F23DDB
Tints of Razzle Dazzle Rose #F23DDB
RGB
CMYK
RGB Variations
Color information
#F23DDB (or 0xF23DDB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3D and DB. RGB value is (242,61,219). Sum of RGB (Red+Green+Blue) = 242+61+219=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 61 (24.22% from 255 or 11.69% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F23DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23DDB is #0DC224. Grayscale: #848484. Windows color (decimal): -901669 or 14368242. OLE color: 14368242.
HSL color Cylindrical-coordinate representation of color #F23DDB: hue angle of 307.62º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23DDB is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 219 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.05 |
| HSL | 307.62º | 0.87% | 0.59% | - |
| HSV(B) | 307.62º | 0.75% | 0.95% | - |
| XYZ | 51.07 | 27.33 | 69.6 | - |
| YUV | 133.13 | 176.47 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 219 | 0 | 0.75 | 0.10 | 0.05 | 307.62 | 0.87 | 0.59 |
| Hex | F2 | 3D | DB | 0 | 4B | A | 5 | 134 | 57 | 3B |
| Octal | 362 | 75 | 333 | 0 | 113 | 12 | 5 | 464 | 127 | 73 |
| Binary | 11110010 | 111101 | 11011011 | 0 | 1001011 | 1010 | 101 | 100110100 | 1010111 | 111011 |
Color Harmonies of #F23DDB
Complementary color
Monochromatic Colors of #F23DDB
Black with #F23DDB
Text Example
Text Example
White with #F23DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23DDB; }
p { color: rgb(242,61,219); }
H1.HeaderClassName
{
color: #F23DDB;
}
.AnyTagClassName
{
color: #F23DDB;
}
</style>
background-color css
<style>
a { background-color: #F23DDB; }
a { background-color: rgb(242,61,219); }
div.DivClassName
{
background-color: #F23DDB;
}
.BgClassName
{
background-color: #F23DDB;
}
</style>
border-color css
<style>
span { border-color: #F23DDB; }
span { border-color: rgb(242,61,219); }
td.TdClassName
{
border-color: #F23DDB;
}
.TagClassName
{
border-color: #F23DDB;
}
</style>