Shades of Razzle Dazzle Rose #FA24E6
Tints of Razzle Dazzle Rose #FA24E6
RGB
CMYK
RGB Variations
Color information
#FA24E6 (or 0xFA24E6) is known color: Razzle Dazzle Rose. HEX triplet: FA, 24 and E6. RGB value is (250,36,230). Sum of RGB (Red+Green+Blue) = 250+36+230=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 36 (14.45% from 255 or 6.98% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA24E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA24E6 is #05DB19. Grayscale: #797979. Windows color (decimal): -383770 or 15082746. OLE color: 15082746.
HSL color Cylindrical-coordinate representation of color #FA24E6: hue angle of 305.61º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA24E6 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 230 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.02 |
| HSL | 305.61º | 0.96% | 0.56% | - |
| HSV(B) | 305.61º | 0.86% | 0.98% | - |
| XYZ | 54.34 | 27.3 | 77.27 | - |
| YUV | 122.1 | 188.9 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 230 | 0 | 0.86 | 0.08 | 0.02 | 305.61 | 0.96 | 0.56 |
| Hex | FA | 24 | E6 | 0 | 56 | 8 | 2 | 132 | 60 | 38 |
| Octal | 372 | 44 | 346 | 0 | 126 | 10 | 2 | 462 | 140 | 70 |
| Binary | 11111010 | 100100 | 11100110 | 0 | 1010110 | 1000 | 10 | 100110010 | 1100000 | 111000 |
Color Harmonies of #FA24E6
Complementary color
Monochromatic Colors of #FA24E6
Black with #FA24E6
Text Example
Text Example
White with #FA24E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA24E6; }
p { color: rgb(250,36,230); }
H1.HeaderClassName
{
color: #FA24E6;
}
.AnyTagClassName
{
color: #FA24E6;
}
</style>
background-color css
<style>
a { background-color: #FA24E6; }
a { background-color: rgb(250,36,230); }
div.DivClassName
{
background-color: #FA24E6;
}
.BgClassName
{
background-color: #FA24E6;
}
</style>
border-color css
<style>
span { border-color: #FA24E6; }
span { border-color: rgb(250,36,230); }
td.TdClassName
{
border-color: #FA24E6;
}
.TagClassName
{
border-color: #FA24E6;
}
</style>