Shades of Razzle Dazzle Rose #FA42D0
Tints of Razzle Dazzle Rose #FA42D0
RGB
CMYK
RGB Variations
Color information
#FA42D0 (or 0xFA42D0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 42 and D0. RGB value is (250,66,208). Sum of RGB (Red+Green+Blue) = 250+66+208=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA42D0 is #05BD2F. Grayscale: #888888. Windows color (decimal): -376112 or 13648634. OLE color: 13648634.
HSL color Cylindrical-coordinate representation of color #FA42D0: hue angle of 313.7º 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 #FA42D0 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 208 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.02 |
| HSL | 313.7º | 0.95% | 0.62% | - |
| HSV(B) | 313.7º | 0.74% | 0.98% | - |
| XYZ | 52.76 | 28.77 | 62.45 | - |
| YUV | 137.2 | 167.96 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 208 | 0 | 0.74 | 0.17 | 0.02 | 313.7 | 0.95 | 0.62 |
| Hex | FA | 42 | D0 | 0 | 4A | 11 | 2 | 13A | 5F | 3E |
| Octal | 372 | 102 | 320 | 0 | 112 | 21 | 2 | 472 | 137 | 76 |
| Binary | 11111010 | 1000010 | 11010000 | 0 | 1001010 | 10001 | 10 | 100111010 | 1011111 | 111110 |
Color Harmonies of #FA42D0
Complementary color
Monochromatic Colors of #FA42D0
Black with #FA42D0
Text Example
Text Example
White with #FA42D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA42D0; }
p { color: rgb(250,66,208); }
H1.HeaderClassName
{
color: #FA42D0;
}
.AnyTagClassName
{
color: #FA42D0;
}
</style>
background-color css
<style>
a { background-color: #FA42D0; }
a { background-color: rgb(250,66,208); }
div.DivClassName
{
background-color: #FA42D0;
}
.BgClassName
{
background-color: #FA42D0;
}
</style>
border-color css
<style>
span { border-color: #FA42D0; }
span { border-color: rgb(250,66,208); }
td.TdClassName
{
border-color: #FA42D0;
}
.TagClassName
{
border-color: #FA42D0;
}
</style>