Shades of Razzle Dazzle Rose #FA2EF0
Tints of Razzle Dazzle Rose #FA2EF0
RGB
CMYK
RGB Variations
Color information
#FA2EF0 (or 0xFA2EF0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2E and F0. RGB value is (250,46,240). Sum of RGB (Red+Green+Blue) = 250+46+240=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 46 (18.36% from 255 or 8.58% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2EF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2EF0 is #05D10F. Grayscale: #808080. Windows color (decimal): -381200 or 15740666. OLE color: 15740666.
HSL color Cylindrical-coordinate representation of color #FA2EF0: hue angle of 302.94º 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 #FA2EF0 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 46 | 240 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.02 |
| HSL | 302.94º | 0.95% | 0.58% | - |
| HSV(B) | 302.94º | 0.82% | 0.98% | - |
| XYZ | 56.13 | 28.57 | 84.99 | - |
| YUV | 129.11 | 190.59 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 46 | 240 | 0 | 0.82 | 0.04 | 0.02 | 302.94 | 0.95 | 0.58 |
| Hex | FA | 2E | F0 | 0 | 52 | 4 | 2 | 12F | 5F | 3A |
| Octal | 372 | 56 | 360 | 0 | 122 | 4 | 2 | 457 | 137 | 72 |
| Binary | 11111010 | 101110 | 11110000 | 0 | 1010010 | 100 | 10 | 100101111 | 1011111 | 111010 |
Color Harmonies of #FA2EF0
Complementary color
Monochromatic Colors of #FA2EF0
Black with #FA2EF0
Text Example
Text Example
White with #FA2EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2EF0; }
p { color: rgb(250,46,240); }
H1.HeaderClassName
{
color: #FA2EF0;
}
.AnyTagClassName
{
color: #FA2EF0;
}
</style>
background-color css
<style>
a { background-color: #FA2EF0; }
a { background-color: rgb(250,46,240); }
div.DivClassName
{
background-color: #FA2EF0;
}
.BgClassName
{
background-color: #FA2EF0;
}
</style>
border-color css
<style>
span { border-color: #FA2EF0; }
span { border-color: rgb(250,46,240); }
td.TdClassName
{
border-color: #FA2EF0;
}
.TagClassName
{
border-color: #FA2EF0;
}
</style>