Shades of Razzle Dazzle Rose #FA3CDF
Tints of Razzle Dazzle Rose #FA3CDF
RGB
CMYK
RGB Variations
Color information
#FA3CDF (or 0xFA3CDF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3C and DF. RGB value is (250,60,223). Sum of RGB (Red+Green+Blue) = 250+60+223=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 60 (23.83% from 255 or 11.26% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3CDF is #05C320. Grayscale: #868686. Windows color (decimal): -377633 or 14630138. OLE color: 14630138.
HSL color Cylindrical-coordinate representation of color #FA3CDF: hue angle of 308.53º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3CDF is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 223 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.02 |
| HSL | 308.53º | 0.95% | 0.61% | - |
| HSV(B) | 308.53º | 0.76% | 0.98% | - |
| XYZ | 54.36 | 28.88 | 72.52 | - |
| YUV | 135.39 | 177.45 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 223 | 0 | 0.76 | 0.11 | 0.02 | 308.53 | 0.95 | 0.61 |
| Hex | FA | 3C | DF | 0 | 4C | B | 2 | 135 | 5F | 3D |
| Octal | 372 | 74 | 337 | 0 | 114 | 13 | 2 | 465 | 137 | 75 |
| Binary | 11111010 | 111100 | 11011111 | 0 | 1001100 | 1011 | 10 | 100110101 | 1011111 | 111101 |
Color Harmonies of #FA3CDF
Complementary color
Monochromatic Colors of #FA3CDF
Black with #FA3CDF
Text Example
Text Example
White with #FA3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3CDF; }
p { color: rgb(250,60,223); }
H1.HeaderClassName
{
color: #FA3CDF;
}
.AnyTagClassName
{
color: #FA3CDF;
}
</style>
background-color css
<style>
a { background-color: #FA3CDF; }
a { background-color: rgb(250,60,223); }
div.DivClassName
{
background-color: #FA3CDF;
}
.BgClassName
{
background-color: #FA3CDF;
}
</style>
border-color css
<style>
span { border-color: #FA3CDF; }
span { border-color: rgb(250,60,223); }
td.TdClassName
{
border-color: #FA3CDF;
}
.TagClassName
{
border-color: #FA3CDF;
}
</style>