Shades of Razzle Dazzle Rose #FA2DF4
Tints of Razzle Dazzle Rose #FA2DF4
RGB
CMYK
RGB Variations
Color information
#FA2DF4 (or 0xFA2DF4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2D and F4. RGB value is (250,45,244). Sum of RGB (Red+Green+Blue) = 250+45+244=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 45 (17.97% from 255 or 8.35% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2DF4 is #05D20B. Grayscale: #808080. Windows color (decimal): -381452 or 16002554. OLE color: 16002554.
HSL color Cylindrical-coordinate representation of color #FA2DF4: hue angle of 301.76º 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 #FA2DF4 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 244 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.02 |
| HSL | 301.76º | 0.95% | 0.58% | - |
| HSV(B) | 301.76º | 0.82% | 0.98% | - |
| XYZ | 56.69 | 28.73 | 88.15 | - |
| YUV | 128.98 | 192.92 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 244 | 0 | 0.82 | 0.02 | 0.02 | 301.76 | 0.95 | 0.58 |
| Hex | FA | 2D | F4 | 0 | 52 | 2 | 2 | 12E | 5F | 3A |
| Octal | 372 | 55 | 364 | 0 | 122 | 2 | 2 | 456 | 137 | 72 |
| Binary | 11111010 | 101101 | 11110100 | 0 | 1010010 | 10 | 10 | 100101110 | 1011111 | 111010 |
Color Harmonies of #FA2DF4
Complementary color
Monochromatic Colors of #FA2DF4
Black with #FA2DF4
Text Example
Text Example
White with #FA2DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DF4; }
p { color: rgb(250,45,244); }
H1.HeaderClassName
{
color: #FA2DF4;
}
.AnyTagClassName
{
color: #FA2DF4;
}
</style>
background-color css
<style>
a { background-color: #FA2DF4; }
a { background-color: rgb(250,45,244); }
div.DivClassName
{
background-color: #FA2DF4;
}
.BgClassName
{
background-color: #FA2DF4;
}
</style>
border-color css
<style>
span { border-color: #FA2DF4; }
span { border-color: rgb(250,45,244); }
td.TdClassName
{
border-color: #FA2DF4;
}
.TagClassName
{
border-color: #FA2DF4;
}
</style>