Shades of Razzle Dazzle Rose #FA4ACB
Tints of Razzle Dazzle Rose #FA4ACB
RGB
CMYK
RGB Variations
Color information
#FA4ACB (or 0xFA4ACB) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4A and CB. RGB value is (250,74,203). Sum of RGB (Red+Green+Blue) = 250+74+203=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 74 (29.30% from 255 or 14.04% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4ACB is #05B534. Grayscale: #8C8C8C. Windows color (decimal): -374069 or 13323002. OLE color: 13323002.
HSL color Cylindrical-coordinate representation of color #FA4ACB: hue angle of 316.02º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4ACB is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 203 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.02 |
| HSL | 316.02º | 0.95% | 0.64% | - |
| HSV(B) | 316.02º | 0.7% | 0.98% | - |
| XYZ | 52.65 | 29.53 | 59.43 | - |
| YUV | 141.33 | 162.81 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 203 | 0 | 0.70 | 0.19 | 0.02 | 316.02 | 0.95 | 0.64 |
| Hex | FA | 4A | CB | 0 | 46 | 13 | 2 | 13C | 5F | 40 |
| Octal | 372 | 112 | 313 | 0 | 106 | 23 | 2 | 474 | 137 | 100 |
| Binary | 11111010 | 1001010 | 11001011 | 0 | 1000110 | 10011 | 10 | 100111100 | 1011111 | 1000000 |
Color Harmonies of #FA4ACB
Complementary color
Monochromatic Colors of #FA4ACB
Black with #FA4ACB
Text Example
Text Example
White with #FA4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4ACB; }
p { color: rgb(250,74,203); }
H1.HeaderClassName
{
color: #FA4ACB;
}
.AnyTagClassName
{
color: #FA4ACB;
}
</style>
background-color css
<style>
a { background-color: #FA4ACB; }
a { background-color: rgb(250,74,203); }
div.DivClassName
{
background-color: #FA4ACB;
}
.BgClassName
{
background-color: #FA4ACB;
}
</style>
border-color css
<style>
span { border-color: #FA4ACB; }
span { border-color: rgb(250,74,203); }
td.TdClassName
{
border-color: #FA4ACB;
}
.TagClassName
{
border-color: #FA4ACB;
}
</style>