Shades of Razzle Dazzle Rose #FA1FCD
Tints of Razzle Dazzle Rose #FA1FCD
RGB
CMYK
RGB Variations
Color information
#FA1FCD (or 0xFA1FCD) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1F and CD. RGB value is (250,31,205). Sum of RGB (Red+Green+Blue) = 250+31+205=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 31 (12.5% from 255 or 6.38% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1FCD is #05E032. Grayscale: #737373. Windows color (decimal): -385075 or 13443066. OLE color: 13443066.
HSL color Cylindrical-coordinate representation of color #FA1FCD: hue angle of 312.33º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1FCD is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 205 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.02 |
| HSL | 312.33º | 0.96% | 0.55% | - |
| HSV(B) | 312.33º | 0.88% | 0.98% | - |
| XYZ | 50.93 | 25.71 | 60.04 | - |
| YUV | 116.32 | 178.05 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 205 | 0 | 0.88 | 0.18 | 0.02 | 312.33 | 0.96 | 0.55 |
| Hex | FA | 1F | CD | 0 | 58 | 12 | 2 | 138 | 60 | 37 |
| Octal | 372 | 37 | 315 | 0 | 130 | 22 | 2 | 470 | 140 | 67 |
| Binary | 11111010 | 11111 | 11001101 | 0 | 1011000 | 10010 | 10 | 100111000 | 1100000 | 110111 |
Color Harmonies of #FA1FCD
Complementary color
Monochromatic Colors of #FA1FCD
Black with #FA1FCD
Text Example
Text Example
White with #FA1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1FCD; }
p { color: rgb(250,31,205); }
H1.HeaderClassName
{
color: #FA1FCD;
}
.AnyTagClassName
{
color: #FA1FCD;
}
</style>
background-color css
<style>
a { background-color: #FA1FCD; }
a { background-color: rgb(250,31,205); }
div.DivClassName
{
background-color: #FA1FCD;
}
.BgClassName
{
background-color: #FA1FCD;
}
</style>
border-color css
<style>
span { border-color: #FA1FCD; }
span { border-color: rgb(250,31,205); }
td.TdClassName
{
border-color: #FA1FCD;
}
.TagClassName
{
border-color: #FA1FCD;
}
</style>