Shades of Razzle Dazzle Rose #FA2FBC
Tints of Razzle Dazzle Rose #FA2FBC
RGB
CMYK
RGB Variations
Color information
#FA2FBC (or 0xFA2FBC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2F and BC. RGB value is (250,47,188). Sum of RGB (Red+Green+Blue) = 250+47+188=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 47 (18.75% from 255 or 9.69% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2FBC is #05D043. Grayscale: #7B7B7B. Windows color (decimal): -380996 or 12333050. OLE color: 12333050.
HSL color Cylindrical-coordinate representation of color #FA2FBC: hue angle of 318.33º 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 #FA2FBC is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 188 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.02 |
| HSL | 318.33º | 0.95% | 0.58% | - |
| HSV(B) | 318.33º | 0.81% | 0.98% | - |
| XYZ | 49.52 | 25.99 | 49.98 | - |
| YUV | 123.77 | 164.25 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 188 | 0 | 0.81 | 0.25 | 0.02 | 318.33 | 0.95 | 0.58 |
| Hex | FA | 2F | BC | 0 | 51 | 19 | 2 | 13E | 5F | 3A |
| Octal | 372 | 57 | 274 | 0 | 121 | 31 | 2 | 476 | 137 | 72 |
| Binary | 11111010 | 101111 | 10111100 | 0 | 1010001 | 11001 | 10 | 100111110 | 1011111 | 111010 |
Color Harmonies of #FA2FBC
Complementary color
Monochromatic Colors of #FA2FBC
Black with #FA2FBC
Text Example
Text Example
White with #FA2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FBC; }
p { color: rgb(250,47,188); }
H1.HeaderClassName
{
color: #FA2FBC;
}
.AnyTagClassName
{
color: #FA2FBC;
}
</style>
background-color css
<style>
a { background-color: #FA2FBC; }
a { background-color: rgb(250,47,188); }
div.DivClassName
{
background-color: #FA2FBC;
}
.BgClassName
{
background-color: #FA2FBC;
}
</style>
border-color css
<style>
span { border-color: #FA2FBC; }
span { border-color: rgb(250,47,188); }
td.TdClassName
{
border-color: #FA2FBC;
}
.TagClassName
{
border-color: #FA2FBC;
}
</style>