Shades of Razzle Dazzle Rose #FA33D0
Tints of Razzle Dazzle Rose #FA33D0
RGB
CMYK
RGB Variations
Color information
#FA33D0 (or 0xFA33D0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 33 and D0. RGB value is (250,51,208). Sum of RGB (Red+Green+Blue) = 250+51+208=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 51 (20.31% from 255 or 10.02% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA33D0 is #05CC2F. Grayscale: #7F7F7F. Windows color (decimal): -379952 or 13644794. OLE color: 13644794.
HSL color Cylindrical-coordinate representation of color #FA33D0: hue angle of 312.66º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA33D0 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 208 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.02 |
| HSL | 312.66º | 0.95% | 0.59% | - |
| HSV(B) | 312.66º | 0.8% | 0.98% | - |
| XYZ | 51.99 | 27.25 | 62.19 | - |
| YUV | 128.4 | 172.93 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 208 | 0 | 0.80 | 0.17 | 0.02 | 312.66 | 0.95 | 0.59 |
| Hex | FA | 33 | D0 | 0 | 50 | 11 | 2 | 139 | 5F | 3B |
| Octal | 372 | 63 | 320 | 0 | 120 | 21 | 2 | 471 | 137 | 73 |
| Binary | 11111010 | 110011 | 11010000 | 0 | 1010000 | 10001 | 10 | 100111001 | 1011111 | 111011 |
Color Harmonies of #FA33D0
Complementary color
Monochromatic Colors of #FA33D0
Black with #FA33D0
Text Example
Text Example
White with #FA33D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA33D0; }
p { color: rgb(250,51,208); }
H1.HeaderClassName
{
color: #FA33D0;
}
.AnyTagClassName
{
color: #FA33D0;
}
</style>
background-color css
<style>
a { background-color: #FA33D0; }
a { background-color: rgb(250,51,208); }
div.DivClassName
{
background-color: #FA33D0;
}
.BgClassName
{
background-color: #FA33D0;
}
</style>
border-color css
<style>
span { border-color: #FA33D0; }
span { border-color: rgb(250,51,208); }
td.TdClassName
{
border-color: #FA33D0;
}
.TagClassName
{
border-color: #FA33D0;
}
</style>