Shades of Razzle Dazzle Rose #FA3DED
Tints of Razzle Dazzle Rose #FA3DED
RGB
CMYK
RGB Variations
Color information
#FA3DED (or 0xFA3DED) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3D and ED. RGB value is (250,61,237). Sum of RGB (Red+Green+Blue) = 250+61+237=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 61 (24.22% from 255 or 11.13% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3DED is #05C212. Grayscale: #898989. Windows color (decimal): -377363 or 15547898. OLE color: 15547898.
HSL color Cylindrical-coordinate representation of color #FA3DED: hue angle of 304.13º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3DED is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 61 | 237 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.02 |
| HSL | 304.13º | 0.95% | 0.61% | - |
| HSV(B) | 304.13º | 0.76% | 0.98% | - |
| XYZ | 56.38 | 29.78 | 82.9 | - |
| YUV | 137.58 | 184.12 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 61 | 237 | 0 | 0.76 | 0.05 | 0.02 | 304.13 | 0.95 | 0.61 |
| Hex | FA | 3D | ED | 0 | 4C | 5 | 2 | 130 | 5F | 3D |
| Octal | 372 | 75 | 355 | 0 | 114 | 5 | 2 | 460 | 137 | 75 |
| Binary | 11111010 | 111101 | 11101101 | 0 | 1001100 | 101 | 10 | 100110000 | 1011111 | 111101 |
Color Harmonies of #FA3DED
Complementary color
Monochromatic Colors of #FA3DED
Black with #FA3DED
Text Example
Text Example
White with #FA3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3DED; }
p { color: rgb(250,61,237); }
H1.HeaderClassName
{
color: #FA3DED;
}
.AnyTagClassName
{
color: #FA3DED;
}
</style>
background-color css
<style>
a { background-color: #FA3DED; }
a { background-color: rgb(250,61,237); }
div.DivClassName
{
background-color: #FA3DED;
}
.BgClassName
{
background-color: #FA3DED;
}
</style>
border-color css
<style>
span { border-color: #FA3DED; }
span { border-color: rgb(250,61,237); }
td.TdClassName
{
border-color: #FA3DED;
}
.TagClassName
{
border-color: #FA3DED;
}
</style>