Shades of Razzle Dazzle Rose #FA38D1
Tints of Razzle Dazzle Rose #FA38D1
RGB
CMYK
RGB Variations
Color information
#FA38D1 (or 0xFA38D1) is known color: Razzle Dazzle Rose. HEX triplet: FA, 38 and D1. RGB value is (250,56,209). Sum of RGB (Red+Green+Blue) = 250+56+209=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 56 (22.27% from 255 or 10.87% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA38D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA38D1 is #05C72E. Grayscale: #838383. Windows color (decimal): -378671 or 13711610. OLE color: 13711610.
HSL color Cylindrical-coordinate representation of color #FA38D1: hue angle of 312.68º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA38D1 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 56 | 209 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.02 |
| HSL | 312.68º | 0.95% | 0.6% | - |
| HSV(B) | 312.68º | 0.78% | 0.98% | - |
| XYZ | 52.35 | 27.76 | 62.92 | - |
| YUV | 131.45 | 171.77 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 56 | 209 | 0 | 0.78 | 0.16 | 0.02 | 312.68 | 0.95 | 0.6 |
| Hex | FA | 38 | D1 | 0 | 4E | 10 | 2 | 139 | 5F | 3C |
| Octal | 372 | 70 | 321 | 0 | 116 | 20 | 2 | 471 | 137 | 74 |
| Binary | 11111010 | 111000 | 11010001 | 0 | 1001110 | 10000 | 10 | 100111001 | 1011111 | 111100 |
Color Harmonies of #FA38D1
Complementary color
Monochromatic Colors of #FA38D1
Black with #FA38D1
Text Example
Text Example
White with #FA38D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA38D1; }
p { color: rgb(250,56,209); }
H1.HeaderClassName
{
color: #FA38D1;
}
.AnyTagClassName
{
color: #FA38D1;
}
</style>
background-color css
<style>
a { background-color: #FA38D1; }
a { background-color: rgb(250,56,209); }
div.DivClassName
{
background-color: #FA38D1;
}
.BgClassName
{
background-color: #FA38D1;
}
</style>
border-color css
<style>
span { border-color: #FA38D1; }
span { border-color: rgb(250,56,209); }
td.TdClassName
{
border-color: #FA38D1;
}
.TagClassName
{
border-color: #FA38D1;
}
</style>