Shades of Razzle Dazzle Rose #FA2FF0
Tints of Razzle Dazzle Rose #FA2FF0
RGB
CMYK
RGB Variations
Color information
#FA2FF0 (or 0xFA2FF0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2F and F0. RGB value is (250,47,240). Sum of RGB (Red+Green+Blue) = 250+47+240=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 47 (18.75% from 255 or 8.75% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2FF0 is #05D00F. Grayscale: #818181. Windows color (decimal): -380944 or 15740922. OLE color: 15740922.
HSL color Cylindrical-coordinate representation of color #FA2FF0: hue angle of 302.96º 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 #FA2FF0 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 240 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.02 |
| HSL | 302.96º | 0.95% | 0.58% | - |
| HSV(B) | 302.96º | 0.81% | 0.98% | - |
| XYZ | 56.17 | 28.65 | 85.01 | - |
| YUV | 129.7 | 190.25 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 240 | 0 | 0.81 | 0.04 | 0.02 | 302.96 | 0.95 | 0.58 |
| Hex | FA | 2F | F0 | 0 | 51 | 4 | 2 | 12F | 5F | 3A |
| Octal | 372 | 57 | 360 | 0 | 121 | 4 | 2 | 457 | 137 | 72 |
| Binary | 11111010 | 101111 | 11110000 | 0 | 1010001 | 100 | 10 | 100101111 | 1011111 | 111010 |
Color Harmonies of #FA2FF0
Complementary color
Monochromatic Colors of #FA2FF0
Black with #FA2FF0
Text Example
Text Example
White with #FA2FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FF0; }
p { color: rgb(250,47,240); }
H1.HeaderClassName
{
color: #FA2FF0;
}
.AnyTagClassName
{
color: #FA2FF0;
}
</style>
background-color css
<style>
a { background-color: #FA2FF0; }
a { background-color: rgb(250,47,240); }
div.DivClassName
{
background-color: #FA2FF0;
}
.BgClassName
{
background-color: #FA2FF0;
}
</style>
border-color css
<style>
span { border-color: #FA2FF0; }
span { border-color: rgb(250,47,240); }
td.TdClassName
{
border-color: #FA2FF0;
}
.TagClassName
{
border-color: #FA2FF0;
}
</style>