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