Shades of Razzle Dazzle Rose #FA2BDF
Tints of Razzle Dazzle Rose #FA2BDF
RGB
CMYK
RGB Variations
Color information
#FA2BDF (or 0xFA2BDF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2B and DF. RGB value is (250,43,223). Sum of RGB (Red+Green+Blue) = 250+43+223=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 43 (17.19% from 255 or 8.33% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2BDF is #05D420. Grayscale: #7C7C7C. Windows color (decimal): -381985 or 14625786. OLE color: 14625786.
HSL color Cylindrical-coordinate representation of color #FA2BDF: hue angle of 307.83º 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 #FA2BDF is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 223 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.02 |
| HSL | 307.83º | 0.95% | 0.57% | - |
| HSV(B) | 307.83º | 0.83% | 0.98% | - |
| XYZ | 53.61 | 27.38 | 72.27 | - |
| YUV | 125.41 | 183.08 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 223 | 0 | 0.83 | 0.11 | 0.02 | 307.83 | 0.95 | 0.57 |
| Hex | FA | 2B | DF | 0 | 53 | B | 2 | 134 | 5F | 39 |
| Octal | 372 | 53 | 337 | 0 | 123 | 13 | 2 | 464 | 137 | 71 |
| Binary | 11111010 | 101011 | 11011111 | 0 | 1010011 | 1011 | 10 | 100110100 | 1011111 | 111001 |
Color Harmonies of #FA2BDF
Complementary color
Monochromatic Colors of #FA2BDF
Black with #FA2BDF
Text Example
Text Example
White with #FA2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2BDF; }
p { color: rgb(250,43,223); }
H1.HeaderClassName
{
color: #FA2BDF;
}
.AnyTagClassName
{
color: #FA2BDF;
}
</style>
background-color css
<style>
a { background-color: #FA2BDF; }
a { background-color: rgb(250,43,223); }
div.DivClassName
{
background-color: #FA2BDF;
}
.BgClassName
{
background-color: #FA2BDF;
}
</style>
border-color css
<style>
span { border-color: #FA2BDF; }
span { border-color: rgb(250,43,223); }
td.TdClassName
{
border-color: #FA2BDF;
}
.TagClassName
{
border-color: #FA2BDF;
}
</style>