Shades of Razzle Dazzle Rose #F037F2
Tints of Razzle Dazzle Rose #F037F2
RGB
CMYK
RGB Variations
Color information
#F037F2 (or 0xF037F2) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and F2. RGB value is (240,55,242). Sum of RGB (Red+Green+Blue) = 240+55+242=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 55 (21.88% from 255 or 10.24% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #F037F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F037F2 is #0FC80D. Grayscale: #838383. Windows color (decimal): -1034254 or 15874032. OLE color: 15874032.
HSL color Cylindrical-coordinate representation of color #F037F2: hue angle of 299.36º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F037F2 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 55 | 242 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.05 |
| HSL | 299.36º | 0.88% | 0.58% | - |
| HSV(B) | 299.36º | 0.77% | 0.95% | - |
| XYZ | 53.33 | 27.67 | 86.53 | - |
| YUV | 131.63 | 190.29 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 242 | 0.01 | 0.77 | 0 | 0.05 | 299.36 | 0.88 | 0.58 |
| Hex | F0 | 37 | F2 | 1 | 4D | 0 | 5 | 12B | 58 | 3A |
| Octal | 360 | 67 | 362 | 1 | 115 | 0 | 5 | 453 | 130 | 72 |
| Binary | 11110000 | 110111 | 11110010 | 1 | 1001101 | 0 | 101 | 100101011 | 1011000 | 111010 |
Color Harmonies of #F037F2
Complementary color
Monochromatic Colors of #F037F2
Black with #F037F2
Text Example
Text Example
White with #F037F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F037F2; }
p { color: rgb(240,55,242); }
H1.HeaderClassName
{
color: #F037F2;
}
.AnyTagClassName
{
color: #F037F2;
}
</style>
background-color css
<style>
a { background-color: #F037F2; }
a { background-color: rgb(240,55,242); }
div.DivClassName
{
background-color: #F037F2;
}
.BgClassName
{
background-color: #F037F2;
}
</style>
border-color css
<style>
span { border-color: #F037F2; }
span { border-color: rgb(240,55,242); }
td.TdClassName
{
border-color: #F037F2;
}
.TagClassName
{
border-color: #F037F2;
}
</style>