Shades of Razzle Dazzle Rose #F84ACC
Tints of Razzle Dazzle Rose #F84ACC
RGB
CMYK
RGB Variations
Color information
#F84ACC (or 0xF84ACC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4A and CC. RGB value is (248,74,204). Sum of RGB (Red+Green+Blue) = 248+74+204=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F84ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84ACC is #07B533. Grayscale: #8C8C8C. Windows color (decimal): -505140 or 13388536. OLE color: 13388536.
HSL color Cylindrical-coordinate representation of color #F84ACC: hue angle of 315.17º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84ACC is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 204 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.03 |
| HSL | 315.17º | 0.93% | 0.63% | - |
| HSV(B) | 315.17º | 0.7% | 0.97% | - |
| XYZ | 52.06 | 29.21 | 60.02 | - |
| YUV | 140.85 | 163.65 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 204 | 0 | 0.70 | 0.18 | 0.03 | 315.17 | 0.93 | 0.63 |
| Hex | F8 | 4A | CC | 0 | 46 | 12 | 3 | 13B | 5D | 3F |
| Octal | 370 | 112 | 314 | 0 | 106 | 22 | 3 | 473 | 135 | 77 |
| Binary | 11111000 | 1001010 | 11001100 | 0 | 1000110 | 10010 | 11 | 100111011 | 1011101 | 111111 |
Color Harmonies of #F84ACC
Complementary color
Monochromatic Colors of #F84ACC
Black with #F84ACC
Text Example
Text Example
White with #F84ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84ACC; }
p { color: rgb(248,74,204); }
H1.HeaderClassName
{
color: #F84ACC;
}
.AnyTagClassName
{
color: #F84ACC;
}
</style>
background-color css
<style>
a { background-color: #F84ACC; }
a { background-color: rgb(248,74,204); }
div.DivClassName
{
background-color: #F84ACC;
}
.BgClassName
{
background-color: #F84ACC;
}
</style>
border-color css
<style>
span { border-color: #F84ACC; }
span { border-color: rgb(248,74,204); }
td.TdClassName
{
border-color: #F84ACC;
}
.TagClassName
{
border-color: #F84ACC;
}
</style>