Shades of Razzle Dazzle Rose #FA40CE
Tints of Razzle Dazzle Rose #FA40CE
RGB
CMYK
RGB Variations
Color information
#FA40CE (or 0xFA40CE) is known color: Razzle Dazzle Rose. HEX triplet: FA, 40 and CE. RGB value is (250,64,206). Sum of RGB (Red+Green+Blue) = 250+64+206=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA40CE is #05BF31. Grayscale: #878787. Windows color (decimal): -376626 or 13517050. OLE color: 13517050.
HSL color Cylindrical-coordinate representation of color #FA40CE: hue angle of 314.19º 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 #FA40CE is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 206 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.02 |
| HSL | 314.19º | 0.95% | 0.62% | - |
| HSV(B) | 314.19º | 0.74% | 0.98% | - |
| XYZ | 52.4 | 28.45 | 61.12 | - |
| YUV | 135.8 | 167.62 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 206 | 0 | 0.74 | 0.18 | 0.02 | 314.19 | 0.95 | 0.62 |
| Hex | FA | 40 | CE | 0 | 4A | 12 | 2 | 13A | 5F | 3E |
| Octal | 372 | 100 | 316 | 0 | 112 | 22 | 2 | 472 | 137 | 76 |
| Binary | 11111010 | 1000000 | 11001110 | 0 | 1001010 | 10010 | 10 | 100111010 | 1011111 | 111110 |
Color Harmonies of #FA40CE
Complementary color
Monochromatic Colors of #FA40CE
Black with #FA40CE
Text Example
Text Example
White with #FA40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA40CE; }
p { color: rgb(250,64,206); }
H1.HeaderClassName
{
color: #FA40CE;
}
.AnyTagClassName
{
color: #FA40CE;
}
</style>
background-color css
<style>
a { background-color: #FA40CE; }
a { background-color: rgb(250,64,206); }
div.DivClassName
{
background-color: #FA40CE;
}
.BgClassName
{
background-color: #FA40CE;
}
</style>
border-color css
<style>
span { border-color: #FA40CE; }
span { border-color: rgb(250,64,206); }
td.TdClassName
{
border-color: #FA40CE;
}
.TagClassName
{
border-color: #FA40CE;
}
</style>