Shades of Razzle Dazzle Rose #F025D1
Tints of Razzle Dazzle Rose #F025D1
RGB
CMYK
RGB Variations
Color information
#F025D1 (or 0xF025D1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 25 and D1. RGB value is (240,37,209). Sum of RGB (Red+Green+Blue) = 240+37+209=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F025D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F025D1 is #0FDA2E. Grayscale: #747474. Windows color (decimal): -1038895 or 13706736. OLE color: 13706736.
HSL color Cylindrical-coordinate representation of color #F025D1: hue angle of 309.16º 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 #F025D1 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 209 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.06 |
| HSL | 309.16º | 0.87% | 0.54% | - |
| HSV(B) | 309.16º | 0.85% | 0.94% | - |
| XYZ | 48.11 | 24.45 | 62.51 | - |
| YUV | 117.31 | 179.75 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 209 | 0 | 0.85 | 0.13 | 0.06 | 309.16 | 0.87 | 0.54 |
| Hex | F0 | 25 | D1 | 0 | 55 | D | 6 | 135 | 57 | 36 |
| Octal | 360 | 45 | 321 | 0 | 125 | 15 | 6 | 465 | 127 | 66 |
| Binary | 11110000 | 100101 | 11010001 | 0 | 1010101 | 1101 | 110 | 100110101 | 1010111 | 110110 |
Color Harmonies of #F025D1
Complementary color
Monochromatic Colors of #F025D1
Black with #F025D1
Text Example
Text Example
White with #F025D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F025D1; }
p { color: rgb(240,37,209); }
H1.HeaderClassName
{
color: #F025D1;
}
.AnyTagClassName
{
color: #F025D1;
}
</style>
background-color css
<style>
a { background-color: #F025D1; }
a { background-color: rgb(240,37,209); }
div.DivClassName
{
background-color: #F025D1;
}
.BgClassName
{
background-color: #F025D1;
}
</style>
border-color css
<style>
span { border-color: #F025D1; }
span { border-color: rgb(240,37,209); }
td.TdClassName
{
border-color: #F025D1;
}
.TagClassName
{
border-color: #F025D1;
}
</style>