Shades of Razzle Dazzle Rose #FA2DE8
Tints of Razzle Dazzle Rose #FA2DE8
RGB
CMYK
RGB Variations
Color information
#FA2DE8 (or 0xFA2DE8) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2D and E8. RGB value is (250,45,232). Sum of RGB (Red+Green+Blue) = 250+45+232=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 45 (17.97% from 255 or 8.54% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2DE8 is #05D217. Grayscale: #7F7F7F. Windows color (decimal): -381464 or 15216122. OLE color: 15216122.
HSL color Cylindrical-coordinate representation of color #FA2DE8: hue angle of 305.27º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2DE8 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 232 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.02 |
| HSL | 305.27º | 0.95% | 0.58% | - |
| HSV(B) | 305.27º | 0.82% | 0.98% | - |
| XYZ | 54.93 | 28.03 | 78.86 | - |
| YUV | 127.61 | 186.92 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 232 | 0 | 0.82 | 0.07 | 0.02 | 305.27 | 0.95 | 0.58 |
| Hex | FA | 2D | E8 | 0 | 52 | 7 | 2 | 131 | 5F | 3A |
| Octal | 372 | 55 | 350 | 0 | 122 | 7 | 2 | 461 | 137 | 72 |
| Binary | 11111010 | 101101 | 11101000 | 0 | 1010010 | 111 | 10 | 100110001 | 1011111 | 111010 |
Color Harmonies of #FA2DE8
Complementary color
Monochromatic Colors of #FA2DE8
Black with #FA2DE8
Text Example
Text Example
White with #FA2DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DE8; }
p { color: rgb(250,45,232); }
H1.HeaderClassName
{
color: #FA2DE8;
}
.AnyTagClassName
{
color: #FA2DE8;
}
</style>
background-color css
<style>
a { background-color: #FA2DE8; }
a { background-color: rgb(250,45,232); }
div.DivClassName
{
background-color: #FA2DE8;
}
.BgClassName
{
background-color: #FA2DE8;
}
</style>
border-color css
<style>
span { border-color: #FA2DE8; }
span { border-color: rgb(250,45,232); }
td.TdClassName
{
border-color: #FA2DE8;
}
.TagClassName
{
border-color: #FA2DE8;
}
</style>