Shades of Razzle Dazzle Rose #FA3BCB
Tints of Razzle Dazzle Rose #FA3BCB
RGB
CMYK
RGB Variations
Color information
#FA3BCB (or 0xFA3BCB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3B and CB. RGB value is (250,59,203). Sum of RGB (Red+Green+Blue) = 250+59+203=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 59 (23.44% from 255 or 11.52% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3BCB is #05C434. Grayscale: #848484. Windows color (decimal): -377909 or 13319162. OLE color: 13319162.
HSL color Cylindrical-coordinate representation of color #FA3BCB: hue angle of 314.76º 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 #FA3BCB is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 59 | 203 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.02 |
| HSL | 314.76º | 0.95% | 0.61% | - |
| HSV(B) | 314.76º | 0.76% | 0.98% | - |
| XYZ | 51.77 | 27.76 | 59.13 | - |
| YUV | 132.53 | 167.78 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 59 | 203 | 0 | 0.76 | 0.19 | 0.02 | 314.76 | 0.95 | 0.61 |
| Hex | FA | 3B | CB | 0 | 4C | 13 | 2 | 13B | 5F | 3D |
| Octal | 372 | 73 | 313 | 0 | 114 | 23 | 2 | 473 | 137 | 75 |
| Binary | 11111010 | 111011 | 11001011 | 0 | 1001100 | 10011 | 10 | 100111011 | 1011111 | 111101 |
Color Harmonies of #FA3BCB
Complementary color
Monochromatic Colors of #FA3BCB
Black with #FA3BCB
Text Example
Text Example
White with #FA3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3BCB; }
p { color: rgb(250,59,203); }
H1.HeaderClassName
{
color: #FA3BCB;
}
.AnyTagClassName
{
color: #FA3BCB;
}
</style>
background-color css
<style>
a { background-color: #FA3BCB; }
a { background-color: rgb(250,59,203); }
div.DivClassName
{
background-color: #FA3BCB;
}
.BgClassName
{
background-color: #FA3BCB;
}
</style>
border-color css
<style>
span { border-color: #FA3BCB; }
span { border-color: rgb(250,59,203); }
td.TdClassName
{
border-color: #FA3BCB;
}
.TagClassName
{
border-color: #FA3BCB;
}
</style>