Shades of Razzle Dazzle Rose #F443C4
Tints of Razzle Dazzle Rose #F443C4
RGB
CMYK
RGB Variations
Color information
#F443C4 (or 0xF443C4) is known color: Razzle Dazzle Rose. HEX triplet: F4, 43 and C4. RGB value is (244,67,196). Sum of RGB (Red+Green+Blue) = 244+67+196=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 67 (26.56% from 255 or 13.21% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F443C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F443C4 is #0BBC3B. Grayscale: #868686. Windows color (decimal): -769084 or 12862452. OLE color: 12862452.
HSL color Cylindrical-coordinate representation of color #F443C4: hue angle of 316.27º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F443C4 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 67 | 196 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.04 |
| HSL | 316.27º | 0.89% | 0.61% | - |
| HSV(B) | 316.27º | 0.73% | 0.96% | - |
| XYZ | 49.28 | 27.23 | 54.88 | - |
| YUV | 134.63 | 162.64 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 67 | 196 | 0 | 0.73 | 0.20 | 0.04 | 316.27 | 0.89 | 0.61 |
| Hex | F4 | 43 | C4 | 0 | 49 | 14 | 4 | 13C | 59 | 3D |
| Octal | 364 | 103 | 304 | 0 | 111 | 24 | 4 | 474 | 131 | 75 |
| Binary | 11110100 | 1000011 | 11000100 | 0 | 1001001 | 10100 | 100 | 100111100 | 1011001 | 111101 |
Color Harmonies of #F443C4
Complementary color
Monochromatic Colors of #F443C4
Black with #F443C4
Text Example
Text Example
White with #F443C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F443C4; }
p { color: rgb(244,67,196); }
H1.HeaderClassName
{
color: #F443C4;
}
.AnyTagClassName
{
color: #F443C4;
}
</style>
background-color css
<style>
a { background-color: #F443C4; }
a { background-color: rgb(244,67,196); }
div.DivClassName
{
background-color: #F443C4;
}
.BgClassName
{
background-color: #F443C4;
}
</style>
border-color css
<style>
span { border-color: #F443C4; }
span { border-color: rgb(244,67,196); }
td.TdClassName
{
border-color: #F443C4;
}
.TagClassName
{
border-color: #F443C4;
}
</style>