Shades of Razzle Dazzle Rose #FA2DC4
Tints of Razzle Dazzle Rose #FA2DC4
RGB
CMYK
RGB Variations
Color information
#FA2DC4 (or 0xFA2DC4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2D and C4. RGB value is (250,45,196). Sum of RGB (Red+Green+Blue) = 250+45+196=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DC4 is #05D23B. Grayscale: #7B7B7B. Windows color (decimal): -381500 or 12856826. OLE color: 12856826.
HSL color Cylindrical-coordinate representation of color #FA2DC4: hue angle of 315.8º 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 #FA2DC4 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 196 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.02 |
| HSL | 315.8º | 0.95% | 0.58% | - |
| HSV(B) | 315.8º | 0.82% | 0.98% | - |
| XYZ | 50.33 | 26.19 | 54.63 | - |
| YUV | 123.51 | 168.92 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 196 | 0 | 0.82 | 0.22 | 0.02 | 315.8 | 0.95 | 0.58 |
| Hex | FA | 2D | C4 | 0 | 52 | 16 | 2 | 13C | 5F | 3A |
| Octal | 372 | 55 | 304 | 0 | 122 | 26 | 2 | 474 | 137 | 72 |
| Binary | 11111010 | 101101 | 11000100 | 0 | 1010010 | 10110 | 10 | 100111100 | 1011111 | 111010 |
Color Harmonies of #FA2DC4
Complementary color
Monochromatic Colors of #FA2DC4
Black with #FA2DC4
Text Example
Text Example
White with #FA2DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DC4; }
p { color: rgb(250,45,196); }
H1.HeaderClassName
{
color: #FA2DC4;
}
.AnyTagClassName
{
color: #FA2DC4;
}
</style>
background-color css
<style>
a { background-color: #FA2DC4; }
a { background-color: rgb(250,45,196); }
div.DivClassName
{
background-color: #FA2DC4;
}
.BgClassName
{
background-color: #FA2DC4;
}
</style>
border-color css
<style>
span { border-color: #FA2DC4; }
span { border-color: rgb(250,45,196); }
td.TdClassName
{
border-color: #FA2DC4;
}
.TagClassName
{
border-color: #FA2DC4;
}
</style>