Shades of Razzle Dazzle Rose #FA2CBC
Tints of Razzle Dazzle Rose #FA2CBC
RGB
CMYK
RGB Variations
Color information
#FA2CBC (or 0xFA2CBC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2C and BC. RGB value is (250,44,188). Sum of RGB (Red+Green+Blue) = 250+44+188=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 44 (17.58% from 255 or 9.13% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2CBC is #05D343. Grayscale: #797979. Windows color (decimal): -381764 or 12332282. OLE color: 12332282.
HSL color Cylindrical-coordinate representation of color #FA2CBC: hue angle of 318.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2CBC is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 188 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.02 |
| HSL | 318.06º | 0.95% | 0.58% | - |
| HSV(B) | 318.06º | 0.82% | 0.98% | - |
| XYZ | 49.4 | 25.76 | 49.94 | - |
| YUV | 122.01 | 165.25 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 188 | 0 | 0.82 | 0.25 | 0.02 | 318.06 | 0.95 | 0.58 |
| Hex | FA | 2C | BC | 0 | 52 | 19 | 2 | 13E | 5F | 3A |
| Octal | 372 | 54 | 274 | 0 | 122 | 31 | 2 | 476 | 137 | 72 |
| Binary | 11111010 | 101100 | 10111100 | 0 | 1010010 | 11001 | 10 | 100111110 | 1011111 | 111010 |
Color Harmonies of #FA2CBC
Complementary color
Monochromatic Colors of #FA2CBC
Black with #FA2CBC
Text Example
Text Example
White with #FA2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2CBC; }
p { color: rgb(250,44,188); }
H1.HeaderClassName
{
color: #FA2CBC;
}
.AnyTagClassName
{
color: #FA2CBC;
}
</style>
background-color css
<style>
a { background-color: #FA2CBC; }
a { background-color: rgb(250,44,188); }
div.DivClassName
{
background-color: #FA2CBC;
}
.BgClassName
{
background-color: #FA2CBC;
}
</style>
border-color css
<style>
span { border-color: #FA2CBC; }
span { border-color: rgb(250,44,188); }
td.TdClassName
{
border-color: #FA2CBC;
}
.TagClassName
{
border-color: #FA2CBC;
}
</style>