Shades of Razzle Dazzle Rose #FA45C2
Tints of Razzle Dazzle Rose #FA45C2
RGB
CMYK
RGB Variations
Color information
#FA45C2 (or 0xFA45C2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 45 and C2. RGB value is (250,69,194). Sum of RGB (Red+Green+Blue) = 250+69+194=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 69 (27.34% from 255 or 13.45% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA45C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA45C2 is #05BA3D. Grayscale: #898989. Windows color (decimal): -375358 or 12731898. OLE color: 12731898.
HSL color Cylindrical-coordinate representation of color #FA45C2: hue angle of 318.56º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA45C2 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 194 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.02 |
| HSL | 318.56º | 0.95% | 0.63% | - |
| HSV(B) | 318.56º | 0.72% | 0.98% | - |
| XYZ | 51.29 | 28.48 | 53.83 | - |
| YUV | 137.37 | 159.97 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 194 | 0 | 0.72 | 0.22 | 0.02 | 318.56 | 0.95 | 0.63 |
| Hex | FA | 45 | C2 | 0 | 48 | 16 | 2 | 13F | 5F | 3F |
| Octal | 372 | 105 | 302 | 0 | 110 | 26 | 2 | 477 | 137 | 77 |
| Binary | 11111010 | 1000101 | 11000010 | 0 | 1001000 | 10110 | 10 | 100111111 | 1011111 | 111111 |
Color Harmonies of #FA45C2
Complementary color
Monochromatic Colors of #FA45C2
Black with #FA45C2
Text Example
Text Example
White with #FA45C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA45C2; }
p { color: rgb(250,69,194); }
H1.HeaderClassName
{
color: #FA45C2;
}
.AnyTagClassName
{
color: #FA45C2;
}
</style>
background-color css
<style>
a { background-color: #FA45C2; }
a { background-color: rgb(250,69,194); }
div.DivClassName
{
background-color: #FA45C2;
}
.BgClassName
{
background-color: #FA45C2;
}
</style>
border-color css
<style>
span { border-color: #FA45C2; }
span { border-color: rgb(250,69,194); }
td.TdClassName
{
border-color: #FA45C2;
}
.TagClassName
{
border-color: #FA45C2;
}
</style>