Shades of Razzle Dazzle Rose #FA2FE2
Tints of Razzle Dazzle Rose #FA2FE2
RGB
CMYK
RGB Variations
Color information
#FA2FE2 (or 0xFA2FE2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2F and E2. RGB value is (250,47,226). Sum of RGB (Red+Green+Blue) = 250+47+226=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 47 (18.75% from 255 or 8.99% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2FE2 is #05D01D. Grayscale: #7F7F7F. Windows color (decimal): -380958 or 14823418. OLE color: 14823418.
HSL color Cylindrical-coordinate representation of color #FA2FE2: hue angle of 307.09º 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 #FA2FE2 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 226 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.02 |
| HSL | 307.09º | 0.95% | 0.58% | - |
| HSV(B) | 307.09º | 0.81% | 0.98% | - |
| XYZ | 54.17 | 27.85 | 74.47 | - |
| YUV | 128.1 | 183.25 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 226 | 0 | 0.81 | 0.10 | 0.02 | 307.09 | 0.95 | 0.58 |
| Hex | FA | 2F | E2 | 0 | 51 | A | 2 | 133 | 5F | 3A |
| Octal | 372 | 57 | 342 | 0 | 121 | 12 | 2 | 463 | 137 | 72 |
| Binary | 11111010 | 101111 | 11100010 | 0 | 1010001 | 1010 | 10 | 100110011 | 1011111 | 111010 |
Color Harmonies of #FA2FE2
Complementary color
Monochromatic Colors of #FA2FE2
Black with #FA2FE2
Text Example
Text Example
White with #FA2FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FE2; }
p { color: rgb(250,47,226); }
H1.HeaderClassName
{
color: #FA2FE2;
}
.AnyTagClassName
{
color: #FA2FE2;
}
</style>
background-color css
<style>
a { background-color: #FA2FE2; }
a { background-color: rgb(250,47,226); }
div.DivClassName
{
background-color: #FA2FE2;
}
.BgClassName
{
background-color: #FA2FE2;
}
</style>
border-color css
<style>
span { border-color: #FA2FE2; }
span { border-color: rgb(250,47,226); }
td.TdClassName
{
border-color: #FA2FE2;
}
.TagClassName
{
border-color: #FA2FE2;
}
</style>