Shades of Razzle Dazzle Rose #F025D3
Tints of Razzle Dazzle Rose #F025D3
RGB
CMYK
RGB Variations
Color information
#F025D3 (or 0xF025D3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 25 and D3. RGB value is (240,37,211). Sum of RGB (Red+Green+Blue) = 240+37+211=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F025D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F025D3 is #0FDA2C. Grayscale: #757575. Windows color (decimal): -1038893 or 13837808. OLE color: 13837808.
HSL color Cylindrical-coordinate representation of color #F025D3: hue angle of 308.57º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F025D3 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 211 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.06 |
| HSL | 308.57º | 0.87% | 0.54% | - |
| HSV(B) | 308.57º | 0.85% | 0.94% | - |
| XYZ | 48.35 | 24.55 | 63.82 | - |
| YUV | 117.53 | 180.75 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 211 | 0 | 0.85 | 0.12 | 0.06 | 308.57 | 0.87 | 0.54 |
| Hex | F0 | 25 | D3 | 0 | 55 | C | 6 | 135 | 57 | 36 |
| Octal | 360 | 45 | 323 | 0 | 125 | 14 | 6 | 465 | 127 | 66 |
| Binary | 11110000 | 100101 | 11010011 | 0 | 1010101 | 1100 | 110 | 100110101 | 1010111 | 110110 |
Color Harmonies of #F025D3
Complementary color
Monochromatic Colors of #F025D3
Black with #F025D3
Text Example
Text Example
White with #F025D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F025D3; }
p { color: rgb(240,37,211); }
H1.HeaderClassName
{
color: #F025D3;
}
.AnyTagClassName
{
color: #F025D3;
}
</style>
background-color css
<style>
a { background-color: #F025D3; }
a { background-color: rgb(240,37,211); }
div.DivClassName
{
background-color: #F025D3;
}
.BgClassName
{
background-color: #F025D3;
}
</style>
border-color css
<style>
span { border-color: #F025D3; }
span { border-color: rgb(240,37,211); }
td.TdClassName
{
border-color: #F025D3;
}
.TagClassName
{
border-color: #F025D3;
}
</style>