Shades of Razzle Dazzle Rose #F42BEE
Tints of Razzle Dazzle Rose #F42BEE
RGB
CMYK
RGB Variations
Color information
#F42BEE (or 0xF42BEE) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2B and EE. RGB value is (244,43,238). Sum of RGB (Red+Green+Blue) = 244+43+238=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 43 (17.19% from 255 or 8.19% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F42BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42BEE is #0BD411. Grayscale: #7C7C7C. Windows color (decimal): -775186 or 15608820. OLE color: 15608820.
HSL color Cylindrical-coordinate representation of color #F42BEE: hue angle of 301.79º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42BEE is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 43 | 238 | - |
CMYK | 0 | 0.82 | 0.02 | 0.04 |
HSL | 301.79º | 0.9% | 0.56% | - |
HSV(B) | 301.79º | 0.82% | 0.96% | - |
XYZ | 53.6 | 27.13 | 83.3 | - |
YUV | 125.33 | 191.59 | 212.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 43 | 238 | 0 | 0.82 | 0.02 | 0.04 | 301.79 | 0.9 | 0.56 |
Hex | F4 | 2B | EE | 0 | 52 | 2 | 4 | 12E | 5A | 38 |
Octal | 364 | 53 | 356 | 0 | 122 | 2 | 4 | 456 | 132 | 70 |
Binary | 11110100 | 101011 | 11101110 | 0 | 1010010 | 10 | 100 | 100101110 | 1011010 | 111000 |
Color Harmonies of #F42BEE
Complementary color
Monochromatic Colors of #F42BEE
Black with #F42BEE
Text Example
Text Example
White with #F42BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42BEE; }
p { color: rgb(244,43,238); }
H1.HeaderClassName
{
color: #F42BEE;
}
.AnyTagClassName
{
color: #F42BEE;
}
</style>
background-color css
<style>
a { background-color: #F42BEE; }
a { background-color: rgb(244,43,238); }
div.DivClassName
{
background-color: #F42BEE;
}
.BgClassName
{
background-color: #F42BEE;
}
</style>
border-color css
<style>
span { border-color: #F42BEE; }
span { border-color: rgb(244,43,238); }
td.TdClassName
{
border-color: #F42BEE;
}
.TagClassName
{
border-color: #F42BEE;
}
</style>