Shades of Razzle Dazzle Rose #FA2ADF
Tints of Razzle Dazzle Rose #FA2ADF
RGB
CMYK
RGB Variations
Color information
#FA2ADF (or 0xFA2ADF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2A and DF. RGB value is (250,42,223). Sum of RGB (Red+Green+Blue) = 250+42+223=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 42 (16.80% from 255 or 8.16% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2ADF is #05D520. Grayscale: #7C7C7C. Windows color (decimal): -382241 or 14625530. OLE color: 14625530.
HSL color Cylindrical-coordinate representation of color #FA2ADF: hue angle of 307.79º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2ADF is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 223 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.02 |
| HSL | 307.79º | 0.95% | 0.57% | - |
| HSV(B) | 307.79º | 0.83% | 0.98% | - |
| XYZ | 53.57 | 27.31 | 72.26 | - |
| YUV | 124.83 | 183.41 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 223 | 0 | 0.83 | 0.11 | 0.02 | 307.79 | 0.95 | 0.57 |
| Hex | FA | 2A | DF | 0 | 53 | B | 2 | 134 | 5F | 39 |
| Octal | 372 | 52 | 337 | 0 | 123 | 13 | 2 | 464 | 137 | 71 |
| Binary | 11111010 | 101010 | 11011111 | 0 | 1010011 | 1011 | 10 | 100110100 | 1011111 | 111001 |
Color Harmonies of #FA2ADF
Complementary color
Monochromatic Colors of #FA2ADF
Black with #FA2ADF
Text Example
Text Example
White with #FA2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2ADF; }
p { color: rgb(250,42,223); }
H1.HeaderClassName
{
color: #FA2ADF;
}
.AnyTagClassName
{
color: #FA2ADF;
}
</style>
background-color css
<style>
a { background-color: #FA2ADF; }
a { background-color: rgb(250,42,223); }
div.DivClassName
{
background-color: #FA2ADF;
}
.BgClassName
{
background-color: #FA2ADF;
}
</style>
border-color css
<style>
span { border-color: #FA2ADF; }
span { border-color: rgb(250,42,223); }
td.TdClassName
{
border-color: #FA2ADF;
}
.TagClassName
{
border-color: #FA2ADF;
}
</style>