Shades of Razzle Dazzle Rose #FA42C0
Tints of Razzle Dazzle Rose #FA42C0
RGB
CMYK
RGB Variations
Color information
#FA42C0 (or 0xFA42C0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 42 and C0. RGB value is (250,66,192). Sum of RGB (Red+Green+Blue) = 250+66+192=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA42C0 is #05BD3F. Grayscale: #878787. Windows color (decimal): -376128 or 12600058. OLE color: 12600058.
HSL color Cylindrical-coordinate representation of color #FA42C0: hue angle of 318.91º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA42C0 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 192 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.02 |
| HSL | 318.91º | 0.95% | 0.62% | - |
| HSV(B) | 318.91º | 0.74% | 0.98% | - |
| XYZ | 50.89 | 28.03 | 52.6 | - |
| YUV | 135.38 | 159.96 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 192 | 0 | 0.74 | 0.23 | 0.02 | 318.91 | 0.95 | 0.62 |
| Hex | FA | 42 | C0 | 0 | 4A | 17 | 2 | 13F | 5F | 3E |
| Octal | 372 | 102 | 300 | 0 | 112 | 27 | 2 | 477 | 137 | 76 |
| Binary | 11111010 | 1000010 | 11000000 | 0 | 1001010 | 10111 | 10 | 100111111 | 1011111 | 111110 |
Color Harmonies of #FA42C0
Complementary color
Monochromatic Colors of #FA42C0
Black with #FA42C0
Text Example
Text Example
White with #FA42C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA42C0; }
p { color: rgb(250,66,192); }
H1.HeaderClassName
{
color: #FA42C0;
}
.AnyTagClassName
{
color: #FA42C0;
}
</style>
background-color css
<style>
a { background-color: #FA42C0; }
a { background-color: rgb(250,66,192); }
div.DivClassName
{
background-color: #FA42C0;
}
.BgClassName
{
background-color: #FA42C0;
}
</style>
border-color css
<style>
span { border-color: #FA42C0; }
span { border-color: rgb(250,66,192); }
td.TdClassName
{
border-color: #FA42C0;
}
.TagClassName
{
border-color: #FA42C0;
}
</style>