Shades of Razzle Dazzle Rose #FA3ACB
Tints of Razzle Dazzle Rose #FA3ACB
RGB
CMYK
RGB Variations
Color information
#FA3ACB (or 0xFA3ACB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3A and CB. RGB value is (250,58,203). Sum of RGB (Red+Green+Blue) = 250+58+203=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 58 (23.05% from 255 or 11.35% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3ACB is #05C534. Grayscale: #838383. Windows color (decimal): -378165 or 13318906. OLE color: 13318906.
HSL color Cylindrical-coordinate representation of color #FA3ACB: hue angle of 314.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3ACB is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 203 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.02 |
| HSL | 314.69º | 0.95% | 0.6% | - |
| HSV(B) | 314.69º | 0.77% | 0.98% | - |
| XYZ | 51.72 | 27.66 | 59.11 | - |
| YUV | 131.94 | 168.11 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 203 | 0 | 0.77 | 0.19 | 0.02 | 314.69 | 0.95 | 0.6 |
| Hex | FA | 3A | CB | 0 | 4D | 13 | 2 | 13B | 5F | 3C |
| Octal | 372 | 72 | 313 | 0 | 115 | 23 | 2 | 473 | 137 | 74 |
| Binary | 11111010 | 111010 | 11001011 | 0 | 1001101 | 10011 | 10 | 100111011 | 1011111 | 111100 |
Color Harmonies of #FA3ACB
Complementary color
Monochromatic Colors of #FA3ACB
Black with #FA3ACB
Text Example
Text Example
White with #FA3ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3ACB; }
p { color: rgb(250,58,203); }
H1.HeaderClassName
{
color: #FA3ACB;
}
.AnyTagClassName
{
color: #FA3ACB;
}
</style>
background-color css
<style>
a { background-color: #FA3ACB; }
a { background-color: rgb(250,58,203); }
div.DivClassName
{
background-color: #FA3ACB;
}
.BgClassName
{
background-color: #FA3ACB;
}
</style>
border-color css
<style>
span { border-color: #FA3ACB; }
span { border-color: rgb(250,58,203); }
td.TdClassName
{
border-color: #FA3ACB;
}
.TagClassName
{
border-color: #FA3ACB;
}
</style>