Shades of Razzle Dazzle Rose #FA3BBA
Tints of Razzle Dazzle Rose #FA3BBA
RGB
CMYK
RGB Variations
Color information
#FA3BBA (or 0xFA3BBA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3B and BA. RGB value is (250,59,186). Sum of RGB (Red+Green+Blue) = 250+59+186=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 59 (23.44% from 255 or 11.92% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3BBA is #05C445. Grayscale: #828282. Windows color (decimal): -377926 or 12205050. OLE color: 12205050.
HSL color Cylindrical-coordinate representation of color #FA3BBA: hue angle of 320.1º 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 #FA3BBA is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 59 | 186 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.02 |
| HSL | 320.1º | 0.95% | 0.61% | - |
| HSV(B) | 320.1º | 0.76% | 0.98% | - |
| XYZ | 49.85 | 27 | 49.04 | - |
| YUV | 130.59 | 159.28 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 59 | 186 | 0 | 0.76 | 0.26 | 0.02 | 320.1 | 0.95 | 0.61 |
| Hex | FA | 3B | BA | 0 | 4C | 1A | 2 | 140 | 5F | 3D |
| Octal | 372 | 73 | 272 | 0 | 114 | 32 | 2 | 500 | 137 | 75 |
| Binary | 11111010 | 111011 | 10111010 | 0 | 1001100 | 11010 | 10 | 101000000 | 1011111 | 111101 |
Color Harmonies of #FA3BBA
Complementary color
Monochromatic Colors of #FA3BBA
Black with #FA3BBA
Text Example
Text Example
White with #FA3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3BBA; }
p { color: rgb(250,59,186); }
H1.HeaderClassName
{
color: #FA3BBA;
}
.AnyTagClassName
{
color: #FA3BBA;
}
</style>
background-color css
<style>
a { background-color: #FA3BBA; }
a { background-color: rgb(250,59,186); }
div.DivClassName
{
background-color: #FA3BBA;
}
.BgClassName
{
background-color: #FA3BBA;
}
</style>
border-color css
<style>
span { border-color: #FA3BBA; }
span { border-color: rgb(250,59,186); }
td.TdClassName
{
border-color: #FA3BBA;
}
.TagClassName
{
border-color: #FA3BBA;
}
</style>