Shades of Razzle Dazzle Rose #FA2BCE
Tints of Razzle Dazzle Rose #FA2BCE
RGB
CMYK
RGB Variations
Color information
#FA2BCE (or 0xFA2BCE) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2B and CE. RGB value is (250,43,206). Sum of RGB (Red+Green+Blue) = 250+43+206=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 43 (17.19% from 255 or 8.62% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2BCE is #05D431. Grayscale: #7B7B7B. Windows color (decimal): -382002 or 13511674. OLE color: 13511674.
HSL color Cylindrical-coordinate representation of color #FA2BCE: hue angle of 312.75º 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 #FA2BCE is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 206 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.02 |
| HSL | 312.75º | 0.95% | 0.57% | - |
| HSV(B) | 312.75º | 0.83% | 0.98% | - |
| XYZ | 51.43 | 26.51 | 60.8 | - |
| YUV | 123.48 | 174.58 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 206 | 0 | 0.83 | 0.18 | 0.02 | 312.75 | 0.95 | 0.57 |
| Hex | FA | 2B | CE | 0 | 53 | 12 | 2 | 139 | 5F | 39 |
| Octal | 372 | 53 | 316 | 0 | 123 | 22 | 2 | 471 | 137 | 71 |
| Binary | 11111010 | 101011 | 11001110 | 0 | 1010011 | 10010 | 10 | 100111001 | 1011111 | 111001 |
Color Harmonies of #FA2BCE
Complementary color
Monochromatic Colors of #FA2BCE
Black with #FA2BCE
Text Example
Text Example
White with #FA2BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2BCE; }
p { color: rgb(250,43,206); }
H1.HeaderClassName
{
color: #FA2BCE;
}
.AnyTagClassName
{
color: #FA2BCE;
}
</style>
background-color css
<style>
a { background-color: #FA2BCE; }
a { background-color: rgb(250,43,206); }
div.DivClassName
{
background-color: #FA2BCE;
}
.BgClassName
{
background-color: #FA2BCE;
}
</style>
border-color css
<style>
span { border-color: #FA2BCE; }
span { border-color: rgb(250,43,206); }
td.TdClassName
{
border-color: #FA2BCE;
}
.TagClassName
{
border-color: #FA2BCE;
}
</style>