Shades of Razzle Dazzle Rose #FA3FDF
Tints of Razzle Dazzle Rose #FA3FDF
RGB
CMYK
RGB Variations
Color information
#FA3FDF (or 0xFA3FDF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3F and DF. RGB value is (250,63,223). Sum of RGB (Red+Green+Blue) = 250+63+223=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 63 (25% from 255 or 11.75% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3FDF is #05C020. Grayscale: #888888. Windows color (decimal): -376865 or 14630906. OLE color: 14630906.
HSL color Cylindrical-coordinate representation of color #FA3FDF: hue angle of 308.66º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA3FDF is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 223 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.02 |
| HSL | 308.66º | 0.95% | 0.61% | - |
| HSV(B) | 308.66º | 0.75% | 0.98% | - |
| XYZ | 54.52 | 29.21 | 72.58 | - |
| YUV | 137.15 | 176.45 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 223 | 0 | 0.75 | 0.11 | 0.02 | 308.66 | 0.95 | 0.61 |
| Hex | FA | 3F | DF | 0 | 4B | B | 2 | 135 | 5F | 3D |
| Octal | 372 | 77 | 337 | 0 | 113 | 13 | 2 | 465 | 137 | 75 |
| Binary | 11111010 | 111111 | 11011111 | 0 | 1001011 | 1011 | 10 | 100110101 | 1011111 | 111101 |
Color Harmonies of #FA3FDF
Complementary color
Monochromatic Colors of #FA3FDF
Black with #FA3FDF
Text Example
Text Example
White with #FA3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3FDF; }
p { color: rgb(250,63,223); }
H1.HeaderClassName
{
color: #FA3FDF;
}
.AnyTagClassName
{
color: #FA3FDF;
}
</style>
background-color css
<style>
a { background-color: #FA3FDF; }
a { background-color: rgb(250,63,223); }
div.DivClassName
{
background-color: #FA3FDF;
}
.BgClassName
{
background-color: #FA3FDF;
}
</style>
border-color css
<style>
span { border-color: #FA3FDF; }
span { border-color: rgb(250,63,223); }
td.TdClassName
{
border-color: #FA3FDF;
}
.TagClassName
{
border-color: #FA3FDF;
}
</style>