Shades of Razzle Dazzle Rose #FA39C0
Tints of Razzle Dazzle Rose #FA39C0
RGB
CMYK
RGB Variations
Color information
#FA39C0 (or 0xFA39C0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 39 and C0. RGB value is (250,57,192). Sum of RGB (Red+Green+Blue) = 250+57+192=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 57 (22.66% from 255 or 11.42% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA39C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA39C0 is #05C63F. Grayscale: #818181. Windows color (decimal): -378432 or 12597754. OLE color: 12597754.
HSL color Cylindrical-coordinate representation of color #FA39C0: hue angle of 318.03º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA39C0 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 192 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.02 |
| HSL | 318.03º | 0.95% | 0.6% | - |
| HSV(B) | 318.03º | 0.77% | 0.98% | - |
| XYZ | 50.4 | 27.06 | 52.44 | - |
| YUV | 130.1 | 162.94 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 192 | 0 | 0.77 | 0.23 | 0.02 | 318.03 | 0.95 | 0.6 |
| Hex | FA | 39 | C0 | 0 | 4D | 17 | 2 | 13E | 5F | 3C |
| Octal | 372 | 71 | 300 | 0 | 115 | 27 | 2 | 476 | 137 | 74 |
| Binary | 11111010 | 111001 | 11000000 | 0 | 1001101 | 10111 | 10 | 100111110 | 1011111 | 111100 |
Color Harmonies of #FA39C0
Complementary color
Monochromatic Colors of #FA39C0
Black with #FA39C0
Text Example
Text Example
White with #FA39C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA39C0; }
p { color: rgb(250,57,192); }
H1.HeaderClassName
{
color: #FA39C0;
}
.AnyTagClassName
{
color: #FA39C0;
}
</style>
background-color css
<style>
a { background-color: #FA39C0; }
a { background-color: rgb(250,57,192); }
div.DivClassName
{
background-color: #FA39C0;
}
.BgClassName
{
background-color: #FA39C0;
}
</style>
border-color css
<style>
span { border-color: #FA39C0; }
span { border-color: rgb(250,57,192); }
td.TdClassName
{
border-color: #FA39C0;
}
.TagClassName
{
border-color: #FA39C0;
}
</style>