Shades of Razzle Dazzle Rose #F838EA
Tints of Razzle Dazzle Rose #F838EA
RGB
CMYK
RGB Variations
Color information
#F838EA (or 0xF838EA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 38 and EA. RGB value is (248,56,234). Sum of RGB (Red+Green+Blue) = 248+56+234=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 56 (22.27% from 255 or 10.41% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F838EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F838EA is #07C715. Grayscale: #858585. Windows color (decimal): -509718 or 15350008. OLE color: 15350008.
HSL color Cylindrical-coordinate representation of color #F838EA: hue angle of 304.38º 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 #F838EA is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 234 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.03 |
| HSL | 304.38º | 0.93% | 0.6% | - |
| HSV(B) | 304.38º | 0.77% | 0.97% | - |
| XYZ | 54.98 | 28.73 | 80.49 | - |
| YUV | 133.7 | 184.61 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 234 | 0 | 0.77 | 0.06 | 0.03 | 304.38 | 0.93 | 0.6 |
| Hex | F8 | 38 | EA | 0 | 4D | 6 | 3 | 130 | 5D | 3C |
| Octal | 370 | 70 | 352 | 0 | 115 | 6 | 3 | 460 | 135 | 74 |
| Binary | 11111000 | 111000 | 11101010 | 0 | 1001101 | 110 | 11 | 100110000 | 1011101 | 111100 |
Color Harmonies of #F838EA
Complementary color
Monochromatic Colors of #F838EA
Black with #F838EA
Text Example
Text Example
White with #F838EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F838EA; }
p { color: rgb(248,56,234); }
H1.HeaderClassName
{
color: #F838EA;
}
.AnyTagClassName
{
color: #F838EA;
}
</style>
background-color css
<style>
a { background-color: #F838EA; }
a { background-color: rgb(248,56,234); }
div.DivClassName
{
background-color: #F838EA;
}
.BgClassName
{
background-color: #F838EA;
}
</style>
border-color css
<style>
span { border-color: #F838EA; }
span { border-color: rgb(248,56,234); }
td.TdClassName
{
border-color: #F838EA;
}
.TagClassName
{
border-color: #F838EA;
}
</style>