Shades of Razzle Dazzle Rose #F14ACB
Tints of Razzle Dazzle Rose #F14ACB
RGB
CMYK
RGB Variations
Color information
#F14ACB (or 0xF14ACB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 4A and CB. RGB value is (241,74,203). Sum of RGB (Red+Green+Blue) = 241+74+203=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F14ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14ACB is #0EB534. Grayscale: #8A8A8A. Windows color (decimal): -963893 or 13322993. OLE color: 13322993.
HSL color Cylindrical-coordinate representation of color #F14ACB: hue angle of 313.65º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14ACB is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 203 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.05 |
| HSL | 313.65º | 0.86% | 0.62% | - |
| HSV(B) | 313.65º | 0.69% | 0.95% | - |
| XYZ | 49.5 | 27.91 | 59.28 | - |
| YUV | 138.64 | 164.33 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 203 | 0 | 0.69 | 0.16 | 0.05 | 313.65 | 0.86 | 0.62 |
| Hex | F1 | 4A | CB | 0 | 45 | 10 | 5 | 13A | 56 | 3E |
| Octal | 361 | 112 | 313 | 0 | 105 | 20 | 5 | 472 | 126 | 76 |
| Binary | 11110001 | 1001010 | 11001011 | 0 | 1000101 | 10000 | 101 | 100111010 | 1010110 | 111110 |
Color Harmonies of #F14ACB
Complementary color
Monochromatic Colors of #F14ACB
Black with #F14ACB
Text Example
Text Example
White with #F14ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14ACB; }
p { color: rgb(241,74,203); }
H1.HeaderClassName
{
color: #F14ACB;
}
.AnyTagClassName
{
color: #F14ACB;
}
</style>
background-color css
<style>
a { background-color: #F14ACB; }
a { background-color: rgb(241,74,203); }
div.DivClassName
{
background-color: #F14ACB;
}
.BgClassName
{
background-color: #F14ACB;
}
</style>
border-color css
<style>
span { border-color: #F14ACB; }
span { border-color: rgb(241,74,203); }
td.TdClassName
{
border-color: #F14ACB;
}
.TagClassName
{
border-color: #F14ACB;
}
</style>