Shades of Razzle Dazzle Rose #F04BBA
Tints of Razzle Dazzle Rose #F04BBA
RGB
CMYK
RGB Variations
Color information
#F04BBA (or 0xF04BBA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4B and BA. RGB value is (240,75,186). Sum of RGB (Red+Green+Blue) = 240+75+186=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04BBA is #0FB445. Grayscale: #888888. Windows color (decimal): -1029190 or 12209136. OLE color: 12209136.
HSL color Cylindrical-coordinate representation of color #F04BBA: hue angle of 319.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04BBA is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 186 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.06 |
| HSL | 319.64º | 0.85% | 0.62% | - |
| HSV(B) | 319.64º | 0.69% | 0.94% | - |
| XYZ | 47.31 | 27.1 | 49.19 | - |
| YUV | 136.99 | 155.66 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 186 | 0 | 0.69 | 0.22 | 0.06 | 319.64 | 0.85 | 0.62 |
| Hex | F0 | 4B | BA | 0 | 45 | 16 | 6 | 140 | 55 | 3E |
| Octal | 360 | 113 | 272 | 0 | 105 | 26 | 6 | 500 | 125 | 76 |
| Binary | 11110000 | 1001011 | 10111010 | 0 | 1000101 | 10110 | 110 | 101000000 | 1010101 | 111110 |
Color Harmonies of #F04BBA
Complementary color
Monochromatic Colors of #F04BBA
Black with #F04BBA
Text Example
Text Example
White with #F04BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04BBA; }
p { color: rgb(240,75,186); }
H1.HeaderClassName
{
color: #F04BBA;
}
.AnyTagClassName
{
color: #F04BBA;
}
</style>
background-color css
<style>
a { background-color: #F04BBA; }
a { background-color: rgb(240,75,186); }
div.DivClassName
{
background-color: #F04BBA;
}
.BgClassName
{
background-color: #F04BBA;
}
</style>
border-color css
<style>
span { border-color: #F04BBA; }
span { border-color: rgb(240,75,186); }
td.TdClassName
{
border-color: #F04BBA;
}
.TagClassName
{
border-color: #F04BBA;
}
</style>