Shades of Razzle Dazzle Rose #FA3CC0
Tints of Razzle Dazzle Rose #FA3CC0
RGB
CMYK
RGB Variations
Color information
#FA3CC0 (or 0xFA3CC0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3C and C0. RGB value is (250,60,192). Sum of RGB (Red+Green+Blue) = 250+60+192=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3CC0 is #05C33F. Grayscale: #838383. Windows color (decimal): -377664 or 12598522. OLE color: 12598522.
HSL color Cylindrical-coordinate representation of color #FA3CC0: hue angle of 318.32º 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 #FA3CC0 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 192 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.02 |
| HSL | 318.32º | 0.95% | 0.61% | - |
| HSV(B) | 318.32º | 0.76% | 0.98% | - |
| XYZ | 50.55 | 27.36 | 52.49 | - |
| YUV | 131.86 | 161.95 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 192 | 0 | 0.76 | 0.23 | 0.02 | 318.32 | 0.95 | 0.61 |
| Hex | FA | 3C | C0 | 0 | 4C | 17 | 2 | 13E | 5F | 3D |
| Octal | 372 | 74 | 300 | 0 | 114 | 27 | 2 | 476 | 137 | 75 |
| Binary | 11111010 | 111100 | 11000000 | 0 | 1001100 | 10111 | 10 | 100111110 | 1011111 | 111101 |
Color Harmonies of #FA3CC0
Complementary color
Monochromatic Colors of #FA3CC0
Black with #FA3CC0
Text Example
Text Example
White with #FA3CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3CC0; }
p { color: rgb(250,60,192); }
H1.HeaderClassName
{
color: #FA3CC0;
}
.AnyTagClassName
{
color: #FA3CC0;
}
</style>
background-color css
<style>
a { background-color: #FA3CC0; }
a { background-color: rgb(250,60,192); }
div.DivClassName
{
background-color: #FA3CC0;
}
.BgClassName
{
background-color: #FA3CC0;
}
</style>
border-color css
<style>
span { border-color: #FA3CC0; }
span { border-color: rgb(250,60,192); }
td.TdClassName
{
border-color: #FA3CC0;
}
.TagClassName
{
border-color: #FA3CC0;
}
</style>