Shades of Razzle Dazzle Rose #FA33CE
Tints of Razzle Dazzle Rose #FA33CE
RGB
CMYK
RGB Variations
Color information
#FA33CE (or 0xFA33CE) is known color: Razzle Dazzle Rose. HEX triplet: FA, 33 and CE. RGB value is (250,51,206). Sum of RGB (Red+Green+Blue) = 250+51+206=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 51 (20.31% from 255 or 10.06% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA33CE is #05CC31. Grayscale: #7F7F7F. Windows color (decimal): -379954 or 13513722. OLE color: 13513722.
HSL color Cylindrical-coordinate representation of color #FA33CE: hue angle of 313.27º 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 #FA33CE is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 206 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.02 |
| HSL | 313.27º | 0.95% | 0.59% | - |
| HSV(B) | 313.27º | 0.8% | 0.98% | - |
| XYZ | 51.75 | 27.15 | 60.91 | - |
| YUV | 128.17 | 171.93 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 206 | 0 | 0.80 | 0.18 | 0.02 | 313.27 | 0.95 | 0.59 |
| Hex | FA | 33 | CE | 0 | 50 | 12 | 2 | 139 | 5F | 3B |
| Octal | 372 | 63 | 316 | 0 | 120 | 22 | 2 | 471 | 137 | 73 |
| Binary | 11111010 | 110011 | 11001110 | 0 | 1010000 | 10010 | 10 | 100111001 | 1011111 | 111011 |
Color Harmonies of #FA33CE
Complementary color
Monochromatic Colors of #FA33CE
Black with #FA33CE
Text Example
Text Example
White with #FA33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA33CE; }
p { color: rgb(250,51,206); }
H1.HeaderClassName
{
color: #FA33CE;
}
.AnyTagClassName
{
color: #FA33CE;
}
</style>
background-color css
<style>
a { background-color: #FA33CE; }
a { background-color: rgb(250,51,206); }
div.DivClassName
{
background-color: #FA33CE;
}
.BgClassName
{
background-color: #FA33CE;
}
</style>
border-color css
<style>
span { border-color: #FA33CE; }
span { border-color: rgb(250,51,206); }
td.TdClassName
{
border-color: #FA33CE;
}
.TagClassName
{
border-color: #FA33CE;
}
</style>