Shades of Razzle Dazzle Rose #FA4ACC
Tints of Razzle Dazzle Rose #FA4ACC
RGB
CMYK
RGB Variations
Color information
#FA4ACC (or 0xFA4ACC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4A and CC. RGB value is (250,74,204). Sum of RGB (Red+Green+Blue) = 250+74+204=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 74 (29.30% from 255 or 14.02% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4ACC is #05B533. Grayscale: #8D8D8D. Windows color (decimal): -374068 or 13388538. OLE color: 13388538.
HSL color Cylindrical-coordinate representation of color #FA4ACC: hue angle of 315.68º 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 #FA4ACC is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 204 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.02 |
| HSL | 315.68º | 0.95% | 0.64% | - |
| HSV(B) | 315.68º | 0.7% | 0.98% | - |
| XYZ | 52.77 | 29.58 | 60.06 | - |
| YUV | 141.44 | 163.31 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 204 | 0 | 0.70 | 0.18 | 0.02 | 315.68 | 0.95 | 0.64 |
| Hex | FA | 4A | CC | 0 | 46 | 12 | 2 | 13C | 5F | 40 |
| Octal | 372 | 112 | 314 | 0 | 106 | 22 | 2 | 474 | 137 | 100 |
| Binary | 11111010 | 1001010 | 11001100 | 0 | 1000110 | 10010 | 10 | 100111100 | 1011111 | 1000000 |
Color Harmonies of #FA4ACC
Complementary color
Monochromatic Colors of #FA4ACC
Black with #FA4ACC
Text Example
Text Example
White with #FA4ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4ACC; }
p { color: rgb(250,74,204); }
H1.HeaderClassName
{
color: #FA4ACC;
}
.AnyTagClassName
{
color: #FA4ACC;
}
</style>
background-color css
<style>
a { background-color: #FA4ACC; }
a { background-color: rgb(250,74,204); }
div.DivClassName
{
background-color: #FA4ACC;
}
.BgClassName
{
background-color: #FA4ACC;
}
</style>
border-color css
<style>
span { border-color: #FA4ACC; }
span { border-color: rgb(250,74,204); }
td.TdClassName
{
border-color: #FA4ACC;
}
.TagClassName
{
border-color: #FA4ACC;
}
</style>