Shades of Razzle Dazzle Rose #F838D4
Tints of Razzle Dazzle Rose #F838D4
RGB
CMYK
RGB Variations
Color information
#F838D4 (or 0xF838D4) is known color: Razzle Dazzle Rose. HEX triplet: F8, 38 and D4. RGB value is (248,56,212). Sum of RGB (Red+Green+Blue) = 248+56+212=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 56 (22.27% from 255 or 10.85% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F838D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F838D4 is #07C72B. Grayscale: #828282. Windows color (decimal): -509740 or 13908216. OLE color: 13908216.
HSL color Cylindrical-coordinate representation of color #F838D4: hue angle of 311.25º 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 #F838D4 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 212 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.03 |
| HSL | 311.25º | 0.93% | 0.6% | - |
| HSV(B) | 311.25º | 0.77% | 0.97% | - |
| XYZ | 52.01 | 27.54 | 64.86 | - |
| YUV | 131.19 | 173.61 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 212 | 0 | 0.77 | 0.15 | 0.03 | 311.25 | 0.93 | 0.6 |
| Hex | F8 | 38 | D4 | 0 | 4D | F | 3 | 137 | 5D | 3C |
| Octal | 370 | 70 | 324 | 0 | 115 | 17 | 3 | 467 | 135 | 74 |
| Binary | 11111000 | 111000 | 11010100 | 0 | 1001101 | 1111 | 11 | 100110111 | 1011101 | 111100 |
Color Harmonies of #F838D4
Complementary color
Monochromatic Colors of #F838D4
Black with #F838D4
Text Example
Text Example
White with #F838D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F838D4; }
p { color: rgb(248,56,212); }
H1.HeaderClassName
{
color: #F838D4;
}
.AnyTagClassName
{
color: #F838D4;
}
</style>
background-color css
<style>
a { background-color: #F838D4; }
a { background-color: rgb(248,56,212); }
div.DivClassName
{
background-color: #F838D4;
}
.BgClassName
{
background-color: #F838D4;
}
</style>
border-color css
<style>
span { border-color: #F838D4; }
span { border-color: rgb(248,56,212); }
td.TdClassName
{
border-color: #F838D4;
}
.TagClassName
{
border-color: #F838D4;
}
</style>