Shades of Razzle Dazzle Rose #F83ACB
Tints of Razzle Dazzle Rose #F83ACB
RGB
CMYK
RGB Variations
Color information
#F83ACB (or 0xF83ACB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3A and CB. RGB value is (248,58,203). Sum of RGB (Red+Green+Blue) = 248+58+203=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F83ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83ACB is #07C534. Grayscale: #828282. Windows color (decimal): -509237 or 13318904. OLE color: 13318904.
HSL color Cylindrical-coordinate representation of color #F83ACB: hue angle of 314.21º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83ACB is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 203 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.03 |
| HSL | 314.21º | 0.93% | 0.6% | - |
| HSV(B) | 314.21º | 0.77% | 0.97% | - |
| XYZ | 51 | 27.29 | 59.08 | - |
| YUV | 131.34 | 168.45 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 203 | 0 | 0.77 | 0.18 | 0.03 | 314.21 | 0.93 | 0.6 |
| Hex | F8 | 3A | CB | 0 | 4D | 12 | 3 | 13A | 5D | 3C |
| Octal | 370 | 72 | 313 | 0 | 115 | 22 | 3 | 472 | 135 | 74 |
| Binary | 11111000 | 111010 | 11001011 | 0 | 1001101 | 10010 | 11 | 100111010 | 1011101 | 111100 |
Color Harmonies of #F83ACB
Complementary color
Monochromatic Colors of #F83ACB
Black with #F83ACB
Text Example
Text Example
White with #F83ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83ACB; }
p { color: rgb(248,58,203); }
H1.HeaderClassName
{
color: #F83ACB;
}
.AnyTagClassName
{
color: #F83ACB;
}
</style>
background-color css
<style>
a { background-color: #F83ACB; }
a { background-color: rgb(248,58,203); }
div.DivClassName
{
background-color: #F83ACB;
}
.BgClassName
{
background-color: #F83ACB;
}
</style>
border-color css
<style>
span { border-color: #F83ACB; }
span { border-color: rgb(248,58,203); }
td.TdClassName
{
border-color: #F83ACB;
}
.TagClassName
{
border-color: #F83ACB;
}
</style>