Shades of Razzle Dazzle Rose #FA42C9
Tints of Razzle Dazzle Rose #FA42C9
RGB
CMYK
RGB Variations
Color information
#FA42C9 (or 0xFA42C9) is known color: Razzle Dazzle Rose. HEX triplet: FA, 42 and C9. RGB value is (250,66,201). Sum of RGB (Red+Green+Blue) = 250+66+201=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA42C9 is #05BD36. Grayscale: #888888. Windows color (decimal): -376119 or 13189882. OLE color: 13189882.
HSL color Cylindrical-coordinate representation of color #FA42C9: hue angle of 315.98º 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 #FA42C9 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 201 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.02 |
| HSL | 315.98º | 0.95% | 0.62% | - |
| HSV(B) | 315.98º | 0.74% | 0.98% | - |
| XYZ | 51.92 | 28.44 | 58.01 | - |
| YUV | 136.41 | 164.46 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 201 | 0 | 0.74 | 0.20 | 0.02 | 315.98 | 0.95 | 0.62 |
| Hex | FA | 42 | C9 | 0 | 4A | 14 | 2 | 13C | 5F | 3E |
| Octal | 372 | 102 | 311 | 0 | 112 | 24 | 2 | 474 | 137 | 76 |
| Binary | 11111010 | 1000010 | 11001001 | 0 | 1001010 | 10100 | 10 | 100111100 | 1011111 | 111110 |
Color Harmonies of #FA42C9
Complementary color
Monochromatic Colors of #FA42C9
Black with #FA42C9
Text Example
Text Example
White with #FA42C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA42C9; }
p { color: rgb(250,66,201); }
H1.HeaderClassName
{
color: #FA42C9;
}
.AnyTagClassName
{
color: #FA42C9;
}
</style>
background-color css
<style>
a { background-color: #FA42C9; }
a { background-color: rgb(250,66,201); }
div.DivClassName
{
background-color: #FA42C9;
}
.BgClassName
{
background-color: #FA42C9;
}
</style>
border-color css
<style>
span { border-color: #FA42C9; }
span { border-color: rgb(250,66,201); }
td.TdClassName
{
border-color: #FA42C9;
}
.TagClassName
{
border-color: #FA42C9;
}
</style>