Shades of Razzle Dazzle Rose #FA2BCB
Tints of Razzle Dazzle Rose #FA2BCB
RGB
CMYK
RGB Variations
Color information
#FA2BCB (or 0xFA2BCB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2B and CB. RGB value is (250,43,203). Sum of RGB (Red+Green+Blue) = 250+43+203=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 43 (17.19% from 255 or 8.67% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2BCB is #05D434. Grayscale: #7A7A7A. Windows color (decimal): -382005 or 13315066. OLE color: 13315066.
HSL color Cylindrical-coordinate representation of color #FA2BCB: hue angle of 313.62º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2BCB is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 203 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.02 |
| HSL | 313.62º | 0.95% | 0.57% | - |
| HSV(B) | 313.62º | 0.83% | 0.98% | - |
| XYZ | 51.07 | 26.36 | 58.9 | - |
| YUV | 123.13 | 173.08 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 203 | 0 | 0.83 | 0.19 | 0.02 | 313.62 | 0.95 | 0.57 |
| Hex | FA | 2B | CB | 0 | 53 | 13 | 2 | 13A | 5F | 39 |
| Octal | 372 | 53 | 313 | 0 | 123 | 23 | 2 | 472 | 137 | 71 |
| Binary | 11111010 | 101011 | 11001011 | 0 | 1010011 | 10011 | 10 | 100111010 | 1011111 | 111001 |
Color Harmonies of #FA2BCB
Complementary color
Monochromatic Colors of #FA2BCB
Black with #FA2BCB
Text Example
Text Example
White with #FA2BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2BCB; }
p { color: rgb(250,43,203); }
H1.HeaderClassName
{
color: #FA2BCB;
}
.AnyTagClassName
{
color: #FA2BCB;
}
</style>
background-color css
<style>
a { background-color: #FA2BCB; }
a { background-color: rgb(250,43,203); }
div.DivClassName
{
background-color: #FA2BCB;
}
.BgClassName
{
background-color: #FA2BCB;
}
</style>
border-color css
<style>
span { border-color: #FA2BCB; }
span { border-color: rgb(250,43,203); }
td.TdClassName
{
border-color: #FA2BCB;
}
.TagClassName
{
border-color: #FA2BCB;
}
</style>