Shades of Razzle Dazzle Rose #F430B8
Tints of Razzle Dazzle Rose #F430B8
RGB
CMYK
RGB Variations
Color information
#F430B8 (or 0xF430B8) is known color: Razzle Dazzle Rose. HEX triplet: F4, 30 and B8. RGB value is (244,48,184). Sum of RGB (Red+Green+Blue) = 244+48+184=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F430B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F430B8 is #0BCF47. Grayscale: #797979. Windows color (decimal): -773960 or 12071156. OLE color: 12071156.
HSL color Cylindrical-coordinate representation of color #F430B8: hue angle of 318.37º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F430B8 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 184 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.04 |
| HSL | 318.37º | 0.9% | 0.57% | - |
| HSV(B) | 318.37º | 0.8% | 0.96% | - |
| XYZ | 47.02 | 24.81 | 47.66 | - |
| YUV | 122.11 | 162.93 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 184 | 0 | 0.80 | 0.25 | 0.04 | 318.37 | 0.9 | 0.57 |
| Hex | F4 | 30 | B8 | 0 | 50 | 19 | 4 | 13E | 5A | 39 |
| Octal | 364 | 60 | 270 | 0 | 120 | 31 | 4 | 476 | 132 | 71 |
| Binary | 11110100 | 110000 | 10111000 | 0 | 1010000 | 11001 | 100 | 100111110 | 1011010 | 111001 |
Color Harmonies of #F430B8
Complementary color
Monochromatic Colors of #F430B8
Black with #F430B8
Text Example
Text Example
White with #F430B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F430B8; }
p { color: rgb(244,48,184); }
H1.HeaderClassName
{
color: #F430B8;
}
.AnyTagClassName
{
color: #F430B8;
}
</style>
background-color css
<style>
a { background-color: #F430B8; }
a { background-color: rgb(244,48,184); }
div.DivClassName
{
background-color: #F430B8;
}
.BgClassName
{
background-color: #F430B8;
}
</style>
border-color css
<style>
span { border-color: #F430B8; }
span { border-color: rgb(244,48,184); }
td.TdClassName
{
border-color: #F430B8;
}
.TagClassName
{
border-color: #F430B8;
}
</style>