Shades of Razzle Dazzle Rose #FA30EF
Tints of Razzle Dazzle Rose #FA30EF
RGB
CMYK
RGB Variations
Color information
#FA30EF (or 0xFA30EF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 30 and EF. RGB value is (250,48,239). Sum of RGB (Red+Green+Blue) = 250+48+239=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 48 (19.14% from 255 or 8.94% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA30EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA30EF is #05CF10. Grayscale: #818181. Windows color (decimal): -380689 or 15675642. OLE color: 15675642.
HSL color Cylindrical-coordinate representation of color #FA30EF: hue angle of 303.27º 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 #FA30EF is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 239 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.02 |
| HSL | 303.27º | 0.95% | 0.58% | - |
| HSV(B) | 303.27º | 0.81% | 0.98% | - |
| XYZ | 56.06 | 28.67 | 84.24 | - |
| YUV | 130.17 | 189.42 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 239 | 0 | 0.81 | 0.04 | 0.02 | 303.27 | 0.95 | 0.58 |
| Hex | FA | 30 | EF | 0 | 51 | 4 | 2 | 12F | 5F | 3A |
| Octal | 372 | 60 | 357 | 0 | 121 | 4 | 2 | 457 | 137 | 72 |
| Binary | 11111010 | 110000 | 11101111 | 0 | 1010001 | 100 | 10 | 100101111 | 1011111 | 111010 |
Color Harmonies of #FA30EF
Complementary color
Monochromatic Colors of #FA30EF
Black with #FA30EF
Text Example
Text Example
White with #FA30EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA30EF; }
p { color: rgb(250,48,239); }
H1.HeaderClassName
{
color: #FA30EF;
}
.AnyTagClassName
{
color: #FA30EF;
}
</style>
background-color css
<style>
a { background-color: #FA30EF; }
a { background-color: rgb(250,48,239); }
div.DivClassName
{
background-color: #FA30EF;
}
.BgClassName
{
background-color: #FA30EF;
}
</style>
border-color css
<style>
span { border-color: #FA30EF; }
span { border-color: rgb(250,48,239); }
td.TdClassName
{
border-color: #FA30EF;
}
.TagClassName
{
border-color: #FA30EF;
}
</style>