Shades of Razzle Dazzle Rose #FA40D3
Tints of Razzle Dazzle Rose #FA40D3
RGB
CMYK
RGB Variations
Color information
#FA40D3 (or 0xFA40D3) is known color: Razzle Dazzle Rose. HEX triplet: FA, 40 and D3. RGB value is (250,64,211). Sum of RGB (Red+Green+Blue) = 250+64+211=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA40D3 is #05BF2C. Grayscale: #878787. Windows color (decimal): -376621 or 13844730. OLE color: 13844730.
HSL color Cylindrical-coordinate representation of color #FA40D3: hue angle of 312.58º 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 #FA40D3 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 211 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.02 |
| HSL | 312.58º | 0.95% | 0.62% | - |
| HSV(B) | 312.58º | 0.74% | 0.98% | - |
| XYZ | 53.02 | 28.69 | 64.37 | - |
| YUV | 136.37 | 170.12 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 211 | 0 | 0.74 | 0.16 | 0.02 | 312.58 | 0.95 | 0.62 |
| Hex | FA | 40 | D3 | 0 | 4A | 10 | 2 | 139 | 5F | 3E |
| Octal | 372 | 100 | 323 | 0 | 112 | 20 | 2 | 471 | 137 | 76 |
| Binary | 11111010 | 1000000 | 11010011 | 0 | 1001010 | 10000 | 10 | 100111001 | 1011111 | 111110 |
Color Harmonies of #FA40D3
Complementary color
Monochromatic Colors of #FA40D3
Black with #FA40D3
Text Example
Text Example
White with #FA40D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA40D3; }
p { color: rgb(250,64,211); }
H1.HeaderClassName
{
color: #FA40D3;
}
.AnyTagClassName
{
color: #FA40D3;
}
</style>
background-color css
<style>
a { background-color: #FA40D3; }
a { background-color: rgb(250,64,211); }
div.DivClassName
{
background-color: #FA40D3;
}
.BgClassName
{
background-color: #FA40D3;
}
</style>
border-color css
<style>
span { border-color: #FA40D3; }
span { border-color: rgb(250,64,211); }
td.TdClassName
{
border-color: #FA40D3;
}
.TagClassName
{
border-color: #FA40D3;
}
</style>