Shades of Razzle Dazzle Rose #F84ACB
Tints of Razzle Dazzle Rose #F84ACB
RGB
CMYK
RGB Variations
Color information
#F84ACB (or 0xF84ACB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4A and CB. RGB value is (248,74,203). Sum of RGB (Red+Green+Blue) = 248+74+203=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F84ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84ACB is #07B534. Grayscale: #8C8C8C. Windows color (decimal): -505141 or 13323000. OLE color: 13323000.
HSL color Cylindrical-coordinate representation of color #F84ACB: hue angle of 315.52º 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 #F84ACB is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 203 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.03 |
| HSL | 315.52º | 0.93% | 0.63% | - |
| HSV(B) | 315.52º | 0.7% | 0.97% | - |
| XYZ | 51.94 | 29.17 | 59.39 | - |
| YUV | 140.73 | 163.15 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 203 | 0 | 0.70 | 0.18 | 0.03 | 315.52 | 0.93 | 0.63 |
| Hex | F8 | 4A | CB | 0 | 46 | 12 | 3 | 13C | 5D | 3F |
| Octal | 370 | 112 | 313 | 0 | 106 | 22 | 3 | 474 | 135 | 77 |
| Binary | 11111000 | 1001010 | 11001011 | 0 | 1000110 | 10010 | 11 | 100111100 | 1011101 | 111111 |
Color Harmonies of #F84ACB
Complementary color
Monochromatic Colors of #F84ACB
Black with #F84ACB
Text Example
Text Example
White with #F84ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84ACB; }
p { color: rgb(248,74,203); }
H1.HeaderClassName
{
color: #F84ACB;
}
.AnyTagClassName
{
color: #F84ACB;
}
</style>
background-color css
<style>
a { background-color: #F84ACB; }
a { background-color: rgb(248,74,203); }
div.DivClassName
{
background-color: #F84ACB;
}
.BgClassName
{
background-color: #F84ACB;
}
</style>
border-color css
<style>
span { border-color: #F84ACB; }
span { border-color: rgb(248,74,203); }
td.TdClassName
{
border-color: #F84ACB;
}
.TagClassName
{
border-color: #F84ACB;
}
</style>