Shades of Razzle Dazzle Rose #FA2FE8
Tints of Razzle Dazzle Rose #FA2FE8
RGB
CMYK
RGB Variations
Color information
#FA2FE8 (or 0xFA2FE8) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2F and E8. RGB value is (250,47,232). Sum of RGB (Red+Green+Blue) = 250+47+232=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 47 (18.75% from 255 or 8.88% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2FE8 is #05D017. Grayscale: #808080. Windows color (decimal): -380952 or 15216634. OLE color: 15216634.
HSL color Cylindrical-coordinate representation of color #FA2FE8: hue angle of 305.32º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2FE8 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 232 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.02 |
| HSL | 305.32º | 0.95% | 0.58% | - |
| HSV(B) | 305.32º | 0.81% | 0.98% | - |
| XYZ | 55.01 | 28.18 | 78.88 | - |
| YUV | 128.79 | 186.25 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 232 | 0 | 0.81 | 0.07 | 0.02 | 305.32 | 0.95 | 0.58 |
| Hex | FA | 2F | E8 | 0 | 51 | 7 | 2 | 131 | 5F | 3A |
| Octal | 372 | 57 | 350 | 0 | 121 | 7 | 2 | 461 | 137 | 72 |
| Binary | 11111010 | 101111 | 11101000 | 0 | 1010001 | 111 | 10 | 100110001 | 1011111 | 111010 |
Color Harmonies of #FA2FE8
Complementary color
Monochromatic Colors of #FA2FE8
Black with #FA2FE8
Text Example
Text Example
White with #FA2FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FE8; }
p { color: rgb(250,47,232); }
H1.HeaderClassName
{
color: #FA2FE8;
}
.AnyTagClassName
{
color: #FA2FE8;
}
</style>
background-color css
<style>
a { background-color: #FA2FE8; }
a { background-color: rgb(250,47,232); }
div.DivClassName
{
background-color: #FA2FE8;
}
.BgClassName
{
background-color: #FA2FE8;
}
</style>
border-color css
<style>
span { border-color: #FA2FE8; }
span { border-color: rgb(250,47,232); }
td.TdClassName
{
border-color: #FA2FE8;
}
.TagClassName
{
border-color: #FA2FE8;
}
</style>