Shades of Razzle Dazzle Rose #F84CCB
Tints of Razzle Dazzle Rose #F84CCB
RGB
CMYK
RGB Variations
Color information
#F84CCB (or 0xF84CCB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4C and CB. RGB value is (248,76,203). Sum of RGB (Red+Green+Blue) = 248+76+203=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 76 (30.08% from 255 or 14.42% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F84CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84CCB is #07B334. Grayscale: #8D8D8D. Windows color (decimal): -504629 or 13323512. OLE color: 13323512.
HSL color Cylindrical-coordinate representation of color #F84CCB: hue angle of 315.7º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84CCB is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 203 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.03 |
| HSL | 315.7º | 0.92% | 0.64% | - |
| HSV(B) | 315.7º | 0.69% | 0.97% | - |
| XYZ | 52.08 | 29.44 | 59.44 | - |
| YUV | 141.91 | 162.48 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 203 | 0 | 0.69 | 0.18 | 0.03 | 315.7 | 0.92 | 0.64 |
| Hex | F8 | 4C | CB | 0 | 45 | 12 | 3 | 13C | 5C | 40 |
| Octal | 370 | 114 | 313 | 0 | 105 | 22 | 3 | 474 | 134 | 100 |
| Binary | 11111000 | 1001100 | 11001011 | 0 | 1000101 | 10010 | 11 | 100111100 | 1011100 | 1000000 |
Color Harmonies of #F84CCB
Complementary color
Monochromatic Colors of #F84CCB
Black with #F84CCB
Text Example
Text Example
White with #F84CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84CCB; }
p { color: rgb(248,76,203); }
H1.HeaderClassName
{
color: #F84CCB;
}
.AnyTagClassName
{
color: #F84CCB;
}
</style>
background-color css
<style>
a { background-color: #F84CCB; }
a { background-color: rgb(248,76,203); }
div.DivClassName
{
background-color: #F84CCB;
}
.BgClassName
{
background-color: #F84CCB;
}
</style>
border-color css
<style>
span { border-color: #F84CCB; }
span { border-color: rgb(248,76,203); }
td.TdClassName
{
border-color: #F84CCB;
}
.TagClassName
{
border-color: #F84CCB;
}
</style>