Shades of Razzle Dazzle Rose #FA42DF
Tints of Razzle Dazzle Rose #FA42DF
RGB
CMYK
RGB Variations
Color information
#FA42DF (or 0xFA42DF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 42 and DF. RGB value is (250,66,223). Sum of RGB (Red+Green+Blue) = 250+66+223=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 66 (26.17% from 255 or 12.24% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA42DF is #05BD20. Grayscale: #8A8A8A. Windows color (decimal): -376097 or 14631674. OLE color: 14631674.
HSL color Cylindrical-coordinate representation of color #FA42DF: hue angle of 308.8º 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 #FA42DF is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 223 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.02 |
| HSL | 308.8º | 0.95% | 0.62% | - |
| HSV(B) | 308.8º | 0.74% | 0.98% | - |
| XYZ | 54.69 | 29.55 | 72.63 | - |
| YUV | 138.91 | 175.46 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 223 | 0 | 0.74 | 0.11 | 0.02 | 308.8 | 0.95 | 0.62 |
| Hex | FA | 42 | DF | 0 | 4A | B | 2 | 135 | 5F | 3E |
| Octal | 372 | 102 | 337 | 0 | 112 | 13 | 2 | 465 | 137 | 76 |
| Binary | 11111010 | 1000010 | 11011111 | 0 | 1001010 | 1011 | 10 | 100110101 | 1011111 | 111110 |
Color Harmonies of #FA42DF
Complementary color
Monochromatic Colors of #FA42DF
Black with #FA42DF
Text Example
Text Example
White with #FA42DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA42DF; }
p { color: rgb(250,66,223); }
H1.HeaderClassName
{
color: #FA42DF;
}
.AnyTagClassName
{
color: #FA42DF;
}
</style>
background-color css
<style>
a { background-color: #FA42DF; }
a { background-color: rgb(250,66,223); }
div.DivClassName
{
background-color: #FA42DF;
}
.BgClassName
{
background-color: #FA42DF;
}
</style>
border-color css
<style>
span { border-color: #FA42DF; }
span { border-color: rgb(250,66,223); }
td.TdClassName
{
border-color: #FA42DF;
}
.TagClassName
{
border-color: #FA42DF;
}
</style>