Shades of Hollywood Cerise #F306B2
Tints of Hollywood Cerise #F306B2
RGB
CMYK
RGB Variations
Color information
#F306B2 (or 0xF306B2) is known color: Hollywood Cerise. HEX triplet: F3, 06 and B2. RGB value is (243,6,178). Sum of RGB (Red+Green+Blue) = 243+6+178=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 6 (2.73% from 255 or 1.41% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F306B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F306B2 is #0CF94D. Grayscale: #606060. Windows color (decimal): -850254 or 11667187. OLE color: 11667187.
HSL color Cylindrical-coordinate representation of color #F306B2: hue angle of 316.46º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F306B2 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 178 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.05 |
| HSL | 316.46º | 0.95% | 0.49% | - |
| HSV(B) | 316.46º | 0.98% | 0.95% | - |
| XYZ | 45.06 | 22.4 | 44.07 | - |
| YUV | 96.47 | 174.02 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 178 | 0 | 0.98 | 0.27 | 0.05 | 316.46 | 0.95 | 0.49 |
| Hex | F3 | 6 | B2 | 0 | 62 | 1B | 5 | 13C | 5F | 31 |
| Octal | 363 | 6 | 262 | 0 | 142 | 33 | 5 | 474 | 137 | 61 |
| Binary | 11110011 | 110 | 10110010 | 0 | 1100010 | 11011 | 101 | 100111100 | 1011111 | 110001 |
Color Harmonies of #F306B2
Complementary color
Monochromatic Colors of #F306B2
Black with #F306B2
Text Example
Text Example
White with #F306B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F306B2; }
p { color: rgb(243,6,178); }
H1.HeaderClassName
{
color: #F306B2;
}
.AnyTagClassName
{
color: #F306B2;
}
</style>
background-color css
<style>
a { background-color: #F306B2; }
a { background-color: rgb(243,6,178); }
div.DivClassName
{
background-color: #F306B2;
}
.BgClassName
{
background-color: #F306B2;
}
</style>
border-color css
<style>
span { border-color: #F306B2; }
span { border-color: rgb(243,6,178); }
td.TdClassName
{
border-color: #F306B2;
}
.TagClassName
{
border-color: #F306B2;
}
</style>