Shades of Razzle Dazzle Rose #FA3ECC
Tints of Razzle Dazzle Rose #FA3ECC
RGB
CMYK
RGB Variations
Color information
#FA3ECC (or 0xFA3ECC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3E and CC. RGB value is (250,62,204). Sum of RGB (Red+Green+Blue) = 250+62+204=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 62 (24.61% from 255 or 12.02% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3ECC is #05C133. Grayscale: #868686. Windows color (decimal): -377140 or 13385466. OLE color: 13385466.
HSL color Cylindrical-coordinate representation of color #FA3ECC: hue angle of 314.68º 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 #FA3ECC is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 204 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.02 |
| HSL | 314.68º | 0.95% | 0.61% | - |
| HSV(B) | 314.68º | 0.75% | 0.98% | - |
| XYZ | 52.05 | 28.13 | 59.81 | - |
| YUV | 134.4 | 167.28 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 204 | 0 | 0.75 | 0.18 | 0.02 | 314.68 | 0.95 | 0.61 |
| Hex | FA | 3E | CC | 0 | 4B | 12 | 2 | 13B | 5F | 3D |
| Octal | 372 | 76 | 314 | 0 | 113 | 22 | 2 | 473 | 137 | 75 |
| Binary | 11111010 | 111110 | 11001100 | 0 | 1001011 | 10010 | 10 | 100111011 | 1011111 | 111101 |
Color Harmonies of #FA3ECC
Complementary color
Monochromatic Colors of #FA3ECC
Black with #FA3ECC
Text Example
Text Example
White with #FA3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3ECC; }
p { color: rgb(250,62,204); }
H1.HeaderClassName
{
color: #FA3ECC;
}
.AnyTagClassName
{
color: #FA3ECC;
}
</style>
background-color css
<style>
a { background-color: #FA3ECC; }
a { background-color: rgb(250,62,204); }
div.DivClassName
{
background-color: #FA3ECC;
}
.BgClassName
{
background-color: #FA3ECC;
}
</style>
border-color css
<style>
span { border-color: #FA3ECC; }
span { border-color: rgb(250,62,204); }
td.TdClassName
{
border-color: #FA3ECC;
}
.TagClassName
{
border-color: #FA3ECC;
}
</style>