Shades of Razzle Dazzle Rose #FA2DED
Tints of Razzle Dazzle Rose #FA2DED
RGB
CMYK
RGB Variations
Color information
#FA2DED (or 0xFA2DED) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2D and ED. RGB value is (250,45,237). Sum of RGB (Red+Green+Blue) = 250+45+237=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 45 (17.97% from 255 or 8.46% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2DED is #05D212. Grayscale: #7F7F7F. Windows color (decimal): -381459 or 15543802. OLE color: 15543802.
HSL color Cylindrical-coordinate representation of color #FA2DED: hue angle of 303.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 #FA2DED is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 237 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.02 |
| HSL | 303.8º | 0.95% | 0.58% | - |
| HSV(B) | 303.8º | 0.82% | 0.98% | - |
| XYZ | 55.65 | 28.32 | 82.65 | - |
| YUV | 128.18 | 189.42 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 237 | 0 | 0.82 | 0.05 | 0.02 | 303.8 | 0.95 | 0.58 |
| Hex | FA | 2D | ED | 0 | 52 | 5 | 2 | 130 | 5F | 3A |
| Octal | 372 | 55 | 355 | 0 | 122 | 5 | 2 | 460 | 137 | 72 |
| Binary | 11111010 | 101101 | 11101101 | 0 | 1010010 | 101 | 10 | 100110000 | 1011111 | 111010 |
Color Harmonies of #FA2DED
Complementary color
Monochromatic Colors of #FA2DED
Black with #FA2DED
Text Example
Text Example
White with #FA2DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DED; }
p { color: rgb(250,45,237); }
H1.HeaderClassName
{
color: #FA2DED;
}
.AnyTagClassName
{
color: #FA2DED;
}
</style>
background-color css
<style>
a { background-color: #FA2DED; }
a { background-color: rgb(250,45,237); }
div.DivClassName
{
background-color: #FA2DED;
}
.BgClassName
{
background-color: #FA2DED;
}
</style>
border-color css
<style>
span { border-color: #FA2DED; }
span { border-color: rgb(250,45,237); }
td.TdClassName
{
border-color: #FA2DED;
}
.TagClassName
{
border-color: #FA2DED;
}
</style>