Shades of Razzle Dazzle Rose #FA3CC2
Tints of Razzle Dazzle Rose #FA3CC2
RGB
CMYK
RGB Variations
Color information
#FA3CC2 (or 0xFA3CC2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3C and C2. RGB value is (250,60,194). Sum of RGB (Red+Green+Blue) = 250+60+194=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3CC2 is #05C33D. Grayscale: #838383. Windows color (decimal): -377662 or 12729594. OLE color: 12729594.
HSL color Cylindrical-coordinate representation of color #FA3CC2: hue angle of 317.68º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3CC2 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 194 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.02 |
| HSL | 317.68º | 0.95% | 0.61% | - |
| HSV(B) | 317.68º | 0.76% | 0.98% | - |
| XYZ | 50.78 | 27.45 | 53.66 | - |
| YUV | 132.09 | 162.95 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 194 | 0 | 0.76 | 0.22 | 0.02 | 317.68 | 0.95 | 0.61 |
| Hex | FA | 3C | C2 | 0 | 4C | 16 | 2 | 13E | 5F | 3D |
| Octal | 372 | 74 | 302 | 0 | 114 | 26 | 2 | 476 | 137 | 75 |
| Binary | 11111010 | 111100 | 11000010 | 0 | 1001100 | 10110 | 10 | 100111110 | 1011111 | 111101 |
Color Harmonies of #FA3CC2
Complementary color
Monochromatic Colors of #FA3CC2
Black with #FA3CC2
Text Example
Text Example
White with #FA3CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3CC2; }
p { color: rgb(250,60,194); }
H1.HeaderClassName
{
color: #FA3CC2;
}
.AnyTagClassName
{
color: #FA3CC2;
}
</style>
background-color css
<style>
a { background-color: #FA3CC2; }
a { background-color: rgb(250,60,194); }
div.DivClassName
{
background-color: #FA3CC2;
}
.BgClassName
{
background-color: #FA3CC2;
}
</style>
border-color css
<style>
span { border-color: #FA3CC2; }
span { border-color: rgb(250,60,194); }
td.TdClassName
{
border-color: #FA3CC2;
}
.TagClassName
{
border-color: #FA3CC2;
}
</style>