Shades of Razzle Dazzle Rose #FA3FC0
Tints of Razzle Dazzle Rose #FA3FC0
RGB
CMYK
RGB Variations
Color information
#FA3FC0 (or 0xFA3FC0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3F and C0. RGB value is (250,63,192). Sum of RGB (Red+Green+Blue) = 250+63+192=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3FC0 is #05C03F. Grayscale: #858585. Windows color (decimal): -376896 or 12599290. OLE color: 12599290.
HSL color Cylindrical-coordinate representation of color #FA3FC0: hue angle of 318.61º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA3FC0 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 192 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.02 |
| HSL | 318.61º | 0.95% | 0.61% | - |
| HSV(B) | 318.61º | 0.75% | 0.98% | - |
| XYZ | 50.72 | 27.68 | 52.54 | - |
| YUV | 133.62 | 160.95 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 192 | 0 | 0.75 | 0.23 | 0.02 | 318.61 | 0.95 | 0.61 |
| Hex | FA | 3F | C0 | 0 | 4B | 17 | 2 | 13F | 5F | 3D |
| Octal | 372 | 77 | 300 | 0 | 113 | 27 | 2 | 477 | 137 | 75 |
| Binary | 11111010 | 111111 | 11000000 | 0 | 1001011 | 10111 | 10 | 100111111 | 1011111 | 111101 |
Color Harmonies of #FA3FC0
Complementary color
Monochromatic Colors of #FA3FC0
Black with #FA3FC0
Text Example
Text Example
White with #FA3FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3FC0; }
p { color: rgb(250,63,192); }
H1.HeaderClassName
{
color: #FA3FC0;
}
.AnyTagClassName
{
color: #FA3FC0;
}
</style>
background-color css
<style>
a { background-color: #FA3FC0; }
a { background-color: rgb(250,63,192); }
div.DivClassName
{
background-color: #FA3FC0;
}
.BgClassName
{
background-color: #FA3FC0;
}
</style>
border-color css
<style>
span { border-color: #FA3FC0; }
span { border-color: rgb(250,63,192); }
td.TdClassName
{
border-color: #FA3FC0;
}
.TagClassName
{
border-color: #FA3FC0;
}
</style>