Shades of Razzle Dazzle Rose #FA1CDF
Tints of Razzle Dazzle Rose #FA1CDF
RGB
CMYK
RGB Variations
Color information
#FA1CDF (or 0xFA1CDF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1C and DF. RGB value is (250,28,223). Sum of RGB (Red+Green+Blue) = 250+28+223=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 28 (11.33% from 255 or 5.59% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1CDF is #05E320. Grayscale: #747474. Windows color (decimal): -385825 or 14621946. OLE color: 14621946.
HSL color Cylindrical-coordinate representation of color #FA1CDF: hue angle of 307.3º 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 #FA1CDF is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 223 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.02 |
| HSL | 307.3º | 0.96% | 0.55% | - |
| HSV(B) | 307.3º | 0.89% | 0.98% | - |
| XYZ | 53.16 | 26.48 | 72.12 | - |
| YUV | 116.61 | 188.05 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 223 | 0 | 0.89 | 0.11 | 0.02 | 307.3 | 0.96 | 0.55 |
| Hex | FA | 1C | DF | 0 | 59 | B | 2 | 133 | 60 | 37 |
| Octal | 372 | 34 | 337 | 0 | 131 | 13 | 2 | 463 | 140 | 67 |
| Binary | 11111010 | 11100 | 11011111 | 0 | 1011001 | 1011 | 10 | 100110011 | 1100000 | 110111 |
Color Harmonies of #FA1CDF
Complementary color
Monochromatic Colors of #FA1CDF
Black with #FA1CDF
Text Example
Text Example
White with #FA1CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CDF; }
p { color: rgb(250,28,223); }
H1.HeaderClassName
{
color: #FA1CDF;
}
.AnyTagClassName
{
color: #FA1CDF;
}
</style>
background-color css
<style>
a { background-color: #FA1CDF; }
a { background-color: rgb(250,28,223); }
div.DivClassName
{
background-color: #FA1CDF;
}
.BgClassName
{
background-color: #FA1CDF;
}
</style>
border-color css
<style>
span { border-color: #FA1CDF; }
span { border-color: rgb(250,28,223); }
td.TdClassName
{
border-color: #FA1CDF;
}
.TagClassName
{
border-color: #FA1CDF;
}
</style>