Shades of Razzle Dazzle Rose #FA2FCB
Tints of Razzle Dazzle Rose #FA2FCB
RGB
CMYK
RGB Variations
Color information
#FA2FCB (or 0xFA2FCB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2F and CB. RGB value is (250,47,203). Sum of RGB (Red+Green+Blue) = 250+47+203=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 47 (18.75% from 255 or 9.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2FCB is #05D034. Grayscale: #7D7D7D. Windows color (decimal): -380981 or 13316090. OLE color: 13316090.
HSL color Cylindrical-coordinate representation of color #FA2FCB: hue angle of 313.89º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2FCB is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 203 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.02 |
| HSL | 313.89º | 0.95% | 0.58% | - |
| HSV(B) | 313.89º | 0.81% | 0.98% | - |
| XYZ | 51.22 | 26.67 | 58.95 | - |
| YUV | 125.48 | 171.75 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 203 | 0 | 0.81 | 0.19 | 0.02 | 313.89 | 0.95 | 0.58 |
| Hex | FA | 2F | CB | 0 | 51 | 13 | 2 | 13A | 5F | 3A |
| Octal | 372 | 57 | 313 | 0 | 121 | 23 | 2 | 472 | 137 | 72 |
| Binary | 11111010 | 101111 | 11001011 | 0 | 1010001 | 10011 | 10 | 100111010 | 1011111 | 111010 |
Color Harmonies of #FA2FCB
Complementary color
Monochromatic Colors of #FA2FCB
Black with #FA2FCB
Text Example
Text Example
White with #FA2FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FCB; }
p { color: rgb(250,47,203); }
H1.HeaderClassName
{
color: #FA2FCB;
}
.AnyTagClassName
{
color: #FA2FCB;
}
</style>
background-color css
<style>
a { background-color: #FA2FCB; }
a { background-color: rgb(250,47,203); }
div.DivClassName
{
background-color: #FA2FCB;
}
.BgClassName
{
background-color: #FA2FCB;
}
</style>
border-color css
<style>
span { border-color: #FA2FCB; }
span { border-color: rgb(250,47,203); }
td.TdClassName
{
border-color: #FA2FCB;
}
.TagClassName
{
border-color: #FA2FCB;
}
</style>