Shades of Razzle Dazzle Rose #FA1CDB
Tints of Razzle Dazzle Rose #FA1CDB
RGB
CMYK
RGB Variations
Color information
#FA1CDB (or 0xFA1CDB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1C and DB. RGB value is (250,28,219). Sum of RGB (Red+Green+Blue) = 250+28+219=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 28 (11.33% from 255 or 5.63% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1CDB is #05E324. Grayscale: #737373. Windows color (decimal): -385829 or 14359802. OLE color: 14359802.
HSL color Cylindrical-coordinate representation of color #FA1CDB: hue angle of 308.38º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1CDB is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 219 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.02 |
| HSL | 308.38º | 0.96% | 0.55% | - |
| HSV(B) | 308.38º | 0.89% | 0.98% | - |
| XYZ | 52.63 | 26.27 | 69.31 | - |
| YUV | 116.15 | 186.05 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 219 | 0 | 0.89 | 0.12 | 0.02 | 308.38 | 0.96 | 0.55 |
| Hex | FA | 1C | DB | 0 | 59 | C | 2 | 134 | 60 | 37 |
| Octal | 372 | 34 | 333 | 0 | 131 | 14 | 2 | 464 | 140 | 67 |
| Binary | 11111010 | 11100 | 11011011 | 0 | 1011001 | 1100 | 10 | 100110100 | 1100000 | 110111 |
Color Harmonies of #FA1CDB
Complementary color
Monochromatic Colors of #FA1CDB
Black with #FA1CDB
Text Example
Text Example
White with #FA1CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CDB; }
p { color: rgb(250,28,219); }
H1.HeaderClassName
{
color: #FA1CDB;
}
.AnyTagClassName
{
color: #FA1CDB;
}
</style>
background-color css
<style>
a { background-color: #FA1CDB; }
a { background-color: rgb(250,28,219); }
div.DivClassName
{
background-color: #FA1CDB;
}
.BgClassName
{
background-color: #FA1CDB;
}
</style>
border-color css
<style>
span { border-color: #FA1CDB; }
span { border-color: rgb(250,28,219); }
td.TdClassName
{
border-color: #FA1CDB;
}
.TagClassName
{
border-color: #FA1CDB;
}
</style>