Shades of Razzle Dazzle Rose #F434CB
Tints of Razzle Dazzle Rose #F434CB
RGB
CMYK
RGB Variations
Color information
#F434CB (or 0xF434CB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 34 and CB. RGB value is (244,52,203). Sum of RGB (Red+Green+Blue) = 244+52+203=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 52 (20.70% from 255 or 10.42% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F434CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F434CB is #0BCB34. Grayscale: #7E7E7E. Windows color (decimal): -772917 or 13317364. OLE color: 13317364.
HSL color Cylindrical-coordinate representation of color #F434CB: hue angle of 312.81º 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 #F434CB is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 203 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.04 |
| HSL | 312.81º | 0.9% | 0.58% | - |
| HSV(B) | 312.81º | 0.79% | 0.96% | - |
| XYZ | 49.32 | 26 | 58.92 | - |
| YUV | 126.62 | 171.11 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 203 | 0 | 0.79 | 0.17 | 0.04 | 312.81 | 0.9 | 0.58 |
| Hex | F4 | 34 | CB | 0 | 4F | 11 | 4 | 139 | 5A | 3A |
| Octal | 364 | 64 | 313 | 0 | 117 | 21 | 4 | 471 | 132 | 72 |
| Binary | 11110100 | 110100 | 11001011 | 0 | 1001111 | 10001 | 100 | 100111001 | 1011010 | 111010 |
Color Harmonies of #F434CB
Complementary color
Monochromatic Colors of #F434CB
Black with #F434CB
Text Example
Text Example
White with #F434CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F434CB; }
p { color: rgb(244,52,203); }
H1.HeaderClassName
{
color: #F434CB;
}
.AnyTagClassName
{
color: #F434CB;
}
</style>
background-color css
<style>
a { background-color: #F434CB; }
a { background-color: rgb(244,52,203); }
div.DivClassName
{
background-color: #F434CB;
}
.BgClassName
{
background-color: #F434CB;
}
</style>
border-color css
<style>
span { border-color: #F434CB; }
span { border-color: rgb(244,52,203); }
td.TdClassName
{
border-color: #F434CB;
}
.TagClassName
{
border-color: #F434CB;
}
</style>