Shades of Razzle Dazzle Rose #FA2DC8
Tints of Razzle Dazzle Rose #FA2DC8
RGB
CMYK
RGB Variations
Color information
#FA2DC8 (or 0xFA2DC8) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2D and C8. RGB value is (250,45,200). Sum of RGB (Red+Green+Blue) = 250+45+200=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 45 (17.97% from 255 or 9.09% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DC8 is #05D237. Grayscale: #7B7B7B. Windows color (decimal): -381496 or 13118970. OLE color: 13118970.
HSL color Cylindrical-coordinate representation of color #FA2DC8: hue angle of 314.63º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2DC8 is Cyan = 0, Magento = 0.82, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 200 | - |
| CMYK | 0 | 0.82 | 0.2 | 0.02 |
| HSL | 314.63º | 0.95% | 0.58% | - |
| HSV(B) | 314.63º | 0.82% | 0.98% | - |
| XYZ | 50.79 | 26.37 | 57.06 | - |
| YUV | 123.97 | 170.92 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 200 | 0 | 0.82 | 0.2 | 0.02 | 314.63 | 0.95 | 0.58 |
| Hex | FA | 2D | C8 | 0 | 52 | 14 | 2 | 13B | 5F | 3A |
| Octal | 372 | 55 | 310 | 0 | 122 | 24 | 2 | 473 | 137 | 72 |
| Binary | 11111010 | 101101 | 11001000 | 0 | 1010010 | 10100 | 10 | 100111011 | 1011111 | 111010 |
Color Harmonies of #FA2DC8
Complementary color
Monochromatic Colors of #FA2DC8
Black with #FA2DC8
Text Example
Text Example
White with #FA2DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DC8; }
p { color: rgb(250,45,200); }
H1.HeaderClassName
{
color: #FA2DC8;
}
.AnyTagClassName
{
color: #FA2DC8;
}
</style>
background-color css
<style>
a { background-color: #FA2DC8; }
a { background-color: rgb(250,45,200); }
div.DivClassName
{
background-color: #FA2DC8;
}
.BgClassName
{
background-color: #FA2DC8;
}
</style>
border-color css
<style>
span { border-color: #FA2DC8; }
span { border-color: rgb(250,45,200); }
td.TdClassName
{
border-color: #FA2DC8;
}
.TagClassName
{
border-color: #FA2DC8;
}
</style>