Shades of Razzle Dazzle Rose #FA39D4
Tints of Razzle Dazzle Rose #FA39D4
RGB
CMYK
RGB Variations
Color information
#FA39D4 (or 0xFA39D4) is known color: Razzle Dazzle Rose. HEX triplet: FA, 39 and D4. RGB value is (250,57,212). Sum of RGB (Red+Green+Blue) = 250+57+212=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 57 (22.66% from 255 or 10.98% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA39D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA39D4 is #05C62B. Grayscale: #838383. Windows color (decimal): -378412 or 13908474. OLE color: 13908474.
HSL color Cylindrical-coordinate representation of color #FA39D4: hue angle of 311.81º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA39D4 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 212 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.02 |
| HSL | 311.81º | 0.95% | 0.6% | - |
| HSV(B) | 311.81º | 0.77% | 0.98% | - |
| XYZ | 52.77 | 28 | 64.91 | - |
| YUV | 132.38 | 172.94 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 212 | 0 | 0.77 | 0.15 | 0.02 | 311.81 | 0.95 | 0.6 |
| Hex | FA | 39 | D4 | 0 | 4D | F | 2 | 138 | 5F | 3C |
| Octal | 372 | 71 | 324 | 0 | 115 | 17 | 2 | 470 | 137 | 74 |
| Binary | 11111010 | 111001 | 11010100 | 0 | 1001101 | 1111 | 10 | 100111000 | 1011111 | 111100 |
Color Harmonies of #FA39D4
Complementary color
Monochromatic Colors of #FA39D4
Black with #FA39D4
Text Example
Text Example
White with #FA39D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA39D4; }
p { color: rgb(250,57,212); }
H1.HeaderClassName
{
color: #FA39D4;
}
.AnyTagClassName
{
color: #FA39D4;
}
</style>
background-color css
<style>
a { background-color: #FA39D4; }
a { background-color: rgb(250,57,212); }
div.DivClassName
{
background-color: #FA39D4;
}
.BgClassName
{
background-color: #FA39D4;
}
</style>
border-color css
<style>
span { border-color: #FA39D4; }
span { border-color: rgb(250,57,212); }
td.TdClassName
{
border-color: #FA39D4;
}
.TagClassName
{
border-color: #FA39D4;
}
</style>