Shades of Razzle Dazzle Rose #F434B8
Tints of Razzle Dazzle Rose #F434B8
RGB
CMYK
RGB Variations
Color information
#F434B8 (or 0xF434B8) is known color: Razzle Dazzle Rose. HEX triplet: F4, 34 and B8. RGB value is (244,52,184). Sum of RGB (Red+Green+Blue) = 244+52+184=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F434B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F434B8 is #0BCB47. Grayscale: #7C7C7C. Windows color (decimal): -772936 or 12072180. OLE color: 12072180.
HSL color Cylindrical-coordinate representation of color #F434B8: hue angle of 318.75º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F434B8 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 184 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.04 |
| HSL | 318.75º | 0.9% | 0.58% | - |
| HSV(B) | 318.75º | 0.79% | 0.96% | - |
| XYZ | 47.19 | 25.15 | 47.71 | - |
| YUV | 124.46 | 161.61 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 184 | 0 | 0.79 | 0.25 | 0.04 | 318.75 | 0.9 | 0.58 |
| Hex | F4 | 34 | B8 | 0 | 4F | 19 | 4 | 13F | 5A | 3A |
| Octal | 364 | 64 | 270 | 0 | 117 | 31 | 4 | 477 | 132 | 72 |
| Binary | 11110100 | 110100 | 10111000 | 0 | 1001111 | 11001 | 100 | 100111111 | 1011010 | 111010 |
Color Harmonies of #F434B8
Complementary color
Monochromatic Colors of #F434B8
Black with #F434B8
Text Example
Text Example
White with #F434B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F434B8; }
p { color: rgb(244,52,184); }
H1.HeaderClassName
{
color: #F434B8;
}
.AnyTagClassName
{
color: #F434B8;
}
</style>
background-color css
<style>
a { background-color: #F434B8; }
a { background-color: rgb(244,52,184); }
div.DivClassName
{
background-color: #F434B8;
}
.BgClassName
{
background-color: #F434B8;
}
</style>
border-color css
<style>
span { border-color: #F434B8; }
span { border-color: rgb(244,52,184); }
td.TdClassName
{
border-color: #F434B8;
}
.TagClassName
{
border-color: #F434B8;
}
</style>