Shades of Razzle Dazzle Rose #FA1BDF
Tints of Razzle Dazzle Rose #FA1BDF
RGB
CMYK
RGB Variations
Color information
#FA1BDF (or 0xFA1BDF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1B and DF. RGB value is (250,27,223). Sum of RGB (Red+Green+Blue) = 250+27+223=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 27 (10.94% from 255 or 5.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1BDF is #05E420. Grayscale: #737373. Windows color (decimal): -386081 or 14621690. OLE color: 14621690.
HSL color Cylindrical-coordinate representation of color #FA1BDF: hue angle of 307.26º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1BDF is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 223 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.02 |
| HSL | 307.26º | 0.96% | 0.54% | - |
| HSV(B) | 307.26º | 0.89% | 0.98% | - |
| XYZ | 53.14 | 26.44 | 72.11 | - |
| YUV | 116.02 | 188.38 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 223 | 0 | 0.89 | 0.11 | 0.02 | 307.26 | 0.96 | 0.54 |
| Hex | FA | 1B | DF | 0 | 59 | B | 2 | 133 | 60 | 36 |
| Octal | 372 | 33 | 337 | 0 | 131 | 13 | 2 | 463 | 140 | 66 |
| Binary | 11111010 | 11011 | 11011111 | 0 | 1011001 | 1011 | 10 | 100110011 | 1100000 | 110110 |
Color Harmonies of #FA1BDF
Complementary color
Monochromatic Colors of #FA1BDF
Black with #FA1BDF
Text Example
Text Example
White with #FA1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1BDF; }
p { color: rgb(250,27,223); }
H1.HeaderClassName
{
color: #FA1BDF;
}
.AnyTagClassName
{
color: #FA1BDF;
}
</style>
background-color css
<style>
a { background-color: #FA1BDF; }
a { background-color: rgb(250,27,223); }
div.DivClassName
{
background-color: #FA1BDF;
}
.BgClassName
{
background-color: #FA1BDF;
}
</style>
border-color css
<style>
span { border-color: #FA1BDF; }
span { border-color: rgb(250,27,223); }
td.TdClassName
{
border-color: #FA1BDF;
}
.TagClassName
{
border-color: #FA1BDF;
}
</style>