Shades of Razzle Dazzle Rose #FA3ADD
Tints of Razzle Dazzle Rose #FA3ADD
RGB
CMYK
RGB Variations
Color information
#FA3ADD (or 0xFA3ADD) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3A and DD. RGB value is (250,58,221). Sum of RGB (Red+Green+Blue) = 250+58+221=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 58 (23.05% from 255 or 10.96% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3ADD is #05C522. Grayscale: #858585. Windows color (decimal): -378147 or 14498554. OLE color: 14498554.
HSL color Cylindrical-coordinate representation of color #FA3ADD: hue angle of 309.06º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3ADD is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 221 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.02 |
| HSL | 309.06º | 0.95% | 0.6% | - |
| HSV(B) | 309.06º | 0.77% | 0.98% | - |
| XYZ | 53.99 | 28.57 | 71.08 | - |
| YUV | 133.99 | 177.11 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 221 | 0 | 0.77 | 0.12 | 0.02 | 309.06 | 0.95 | 0.6 |
| Hex | FA | 3A | DD | 0 | 4D | C | 2 | 135 | 5F | 3C |
| Octal | 372 | 72 | 335 | 0 | 115 | 14 | 2 | 465 | 137 | 74 |
| Binary | 11111010 | 111010 | 11011101 | 0 | 1001101 | 1100 | 10 | 100110101 | 1011111 | 111100 |
Color Harmonies of #FA3ADD
Complementary color
Monochromatic Colors of #FA3ADD
Black with #FA3ADD
Text Example
Text Example
White with #FA3ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3ADD; }
p { color: rgb(250,58,221); }
H1.HeaderClassName
{
color: #FA3ADD;
}
.AnyTagClassName
{
color: #FA3ADD;
}
</style>
background-color css
<style>
a { background-color: #FA3ADD; }
a { background-color: rgb(250,58,221); }
div.DivClassName
{
background-color: #FA3ADD;
}
.BgClassName
{
background-color: #FA3ADD;
}
</style>
border-color css
<style>
span { border-color: #FA3ADD; }
span { border-color: rgb(250,58,221); }
td.TdClassName
{
border-color: #FA3ADD;
}
.TagClassName
{
border-color: #FA3ADD;
}
</style>