Shades of Razzle Dazzle Rose #FA3FCB
Tints of Razzle Dazzle Rose #FA3FCB
RGB
CMYK
RGB Variations
Color information
#FA3FCB (or 0xFA3FCB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3F and CB. RGB value is (250,63,203). Sum of RGB (Red+Green+Blue) = 250+63+203=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 63 (25% from 255 or 12.21% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3FCB is #05C034. Grayscale: #868686. Windows color (decimal): -376885 or 13320186. OLE color: 13320186.
HSL color Cylindrical-coordinate representation of color #FA3FCB: hue angle of 315.08º 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 #FA3FCB is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 203 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.02 |
| HSL | 315.08º | 0.95% | 0.61% | - |
| HSV(B) | 315.08º | 0.75% | 0.98% | - |
| XYZ | 51.98 | 28.19 | 59.2 | - |
| YUV | 134.87 | 166.45 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 203 | 0 | 0.75 | 0.19 | 0.02 | 315.08 | 0.95 | 0.61 |
| Hex | FA | 3F | CB | 0 | 4B | 13 | 2 | 13B | 5F | 3D |
| Octal | 372 | 77 | 313 | 0 | 113 | 23 | 2 | 473 | 137 | 75 |
| Binary | 11111010 | 111111 | 11001011 | 0 | 1001011 | 10011 | 10 | 100111011 | 1011111 | 111101 |
Color Harmonies of #FA3FCB
Complementary color
Monochromatic Colors of #FA3FCB
Black with #FA3FCB
Text Example
Text Example
White with #FA3FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3FCB; }
p { color: rgb(250,63,203); }
H1.HeaderClassName
{
color: #FA3FCB;
}
.AnyTagClassName
{
color: #FA3FCB;
}
</style>
background-color css
<style>
a { background-color: #FA3FCB; }
a { background-color: rgb(250,63,203); }
div.DivClassName
{
background-color: #FA3FCB;
}
.BgClassName
{
background-color: #FA3FCB;
}
</style>
border-color css
<style>
span { border-color: #FA3FCB; }
span { border-color: rgb(250,63,203); }
td.TdClassName
{
border-color: #FA3FCB;
}
.TagClassName
{
border-color: #FA3FCB;
}
</style>