Shades of Razzle Dazzle Rose #F23DB5
Tints of Razzle Dazzle Rose #F23DB5
RGB
CMYK
RGB Variations
Color information
#F23DB5 (or 0xF23DB5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3D and B5. RGB value is (242,61,181). Sum of RGB (Red+Green+Blue) = 242+61+181=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 61 (24.22% from 255 or 12.60% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F23DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23DB5 is #0DC24A. Grayscale: #808080. Windows color (decimal): -901707 or 11877874. OLE color: 11877874.
HSL color Cylindrical-coordinate representation of color #F23DB5: hue angle of 320.22º 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 #F23DB5 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 181 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.05 |
| HSL | 320.22º | 0.87% | 0.59% | - |
| HSV(B) | 320.22º | 0.75% | 0.95% | - |
| XYZ | 46.63 | 25.55 | 46.19 | - |
| YUV | 128.8 | 157.47 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 181 | 0 | 0.75 | 0.25 | 0.05 | 320.22 | 0.87 | 0.59 |
| Hex | F2 | 3D | B5 | 0 | 4B | 19 | 5 | 140 | 57 | 3B |
| Octal | 362 | 75 | 265 | 0 | 113 | 31 | 5 | 500 | 127 | 73 |
| Binary | 11110010 | 111101 | 10110101 | 0 | 1001011 | 11001 | 101 | 101000000 | 1010111 | 111011 |
Color Harmonies of #F23DB5
Complementary color
Monochromatic Colors of #F23DB5
Black with #F23DB5
Text Example
Text Example
White with #F23DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23DB5; }
p { color: rgb(242,61,181); }
H1.HeaderClassName
{
color: #F23DB5;
}
.AnyTagClassName
{
color: #F23DB5;
}
</style>
background-color css
<style>
a { background-color: #F23DB5; }
a { background-color: rgb(242,61,181); }
div.DivClassName
{
background-color: #F23DB5;
}
.BgClassName
{
background-color: #F23DB5;
}
</style>
border-color css
<style>
span { border-color: #F23DB5; }
span { border-color: rgb(242,61,181); }
td.TdClassName
{
border-color: #F23DB5;
}
.TagClassName
{
border-color: #F23DB5;
}
</style>