Shades of Hollywood Cerise #FB069F
Tints of Hollywood Cerise #FB069F
RGB
CMYK
RGB Variations
Color information
#FB069F (or 0xFB069F) is known color: Hollywood Cerise. HEX triplet: FB, 06 and 9F. RGB value is (251,6,159). Sum of RGB (Red+Green+Blue) = 251+6+159=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB069F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB069F is #04F960. Grayscale: #606060. Windows color (decimal): -325985 or 10422011. OLE color: 10422011.
HSL color Cylindrical-coordinate representation of color #FB069F: hue angle of 322.53º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB069F is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 159 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.02 |
| HSL | 322.53º | 0.97% | 0.5% | - |
| HSV(B) | 322.53º | 0.98% | 0.98% | - |
| XYZ | 46.11 | 23.14 | 34.84 | - |
| YUV | 96.7 | 163.17 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 159 | 0 | 0.98 | 0.37 | 0.02 | 322.53 | 0.97 | 0.5 |
| Hex | FB | 6 | 9F | 0 | 62 | 25 | 2 | 143 | 61 | 32 |
| Octal | 373 | 6 | 237 | 0 | 142 | 45 | 2 | 503 | 141 | 62 |
| Binary | 11111011 | 110 | 10011111 | 0 | 1100010 | 100101 | 10 | 101000011 | 1100001 | 110010 |
Color Harmonies of #FB069F
Complementary color
Monochromatic Colors of #FB069F
Black with #FB069F
Text Example
Text Example
White with #FB069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB069F; }
p { color: rgb(251,6,159); }
H1.HeaderClassName
{
color: #FB069F;
}
.AnyTagClassName
{
color: #FB069F;
}
</style>
background-color css
<style>
a { background-color: #FB069F; }
a { background-color: rgb(251,6,159); }
div.DivClassName
{
background-color: #FB069F;
}
.BgClassName
{
background-color: #FB069F;
}
</style>
border-color css
<style>
span { border-color: #FB069F; }
span { border-color: rgb(251,6,159); }
td.TdClassName
{
border-color: #FB069F;
}
.TagClassName
{
border-color: #FB069F;
}
</style>