Shades of Razzle Dazzle Rose #FA44CE
Tints of Razzle Dazzle Rose #FA44CE
RGB
CMYK
RGB Variations
Color information
#FA44CE (or 0xFA44CE) is known color: Razzle Dazzle Rose. HEX triplet: FA, 44 and CE. RGB value is (250,68,206). Sum of RGB (Red+Green+Blue) = 250+68+206=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 68 (26.95% from 255 or 12.98% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA44CE is #05BB31. Grayscale: #898989. Windows color (decimal): -375602 or 13518074. OLE color: 13518074.
HSL color Cylindrical-coordinate representation of color #FA44CE: hue angle of 314.51º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA44CE is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 206 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.02 |
| HSL | 314.51º | 0.95% | 0.62% | - |
| HSV(B) | 314.51º | 0.73% | 0.98% | - |
| XYZ | 52.63 | 28.91 | 61.2 | - |
| YUV | 138.15 | 166.3 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 206 | 0 | 0.73 | 0.18 | 0.02 | 314.51 | 0.95 | 0.62 |
| Hex | FA | 44 | CE | 0 | 49 | 12 | 2 | 13B | 5F | 3E |
| Octal | 372 | 104 | 316 | 0 | 111 | 22 | 2 | 473 | 137 | 76 |
| Binary | 11111010 | 1000100 | 11001110 | 0 | 1001001 | 10010 | 10 | 100111011 | 1011111 | 111110 |
Color Harmonies of #FA44CE
Complementary color
Monochromatic Colors of #FA44CE
Black with #FA44CE
Text Example
Text Example
White with #FA44CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA44CE; }
p { color: rgb(250,68,206); }
H1.HeaderClassName
{
color: #FA44CE;
}
.AnyTagClassName
{
color: #FA44CE;
}
</style>
background-color css
<style>
a { background-color: #FA44CE; }
a { background-color: rgb(250,68,206); }
div.DivClassName
{
background-color: #FA44CE;
}
.BgClassName
{
background-color: #FA44CE;
}
</style>
border-color css
<style>
span { border-color: #FA44CE; }
span { border-color: rgb(250,68,206); }
td.TdClassName
{
border-color: #FA44CE;
}
.TagClassName
{
border-color: #FA44CE;
}
</style>