Shades of Brilliant Rose #F0639C
Tints of Brilliant Rose #F0639C
RGB
CMYK
RGB Variations
Color information
#F0639C (or 0xF0639C) is known color: Brilliant Rose. HEX triplet: F0, 63 and 9C. RGB value is (240,99,156). Sum of RGB (Red+Green+Blue) = 240+99+156=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0639C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0639C is #0F9C63. Grayscale: #939393. Windows color (decimal): -1023076 or 10249200. OLE color: 10249200.
HSL color Cylindrical-coordinate representation of color #F0639C: hue angle of 335.74º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0639C is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 156 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.06 |
| HSL | 335.74º | 0.82% | 0.66% | - |
| HSV(B) | 335.74º | 0.59% | 0.94% | - |
| XYZ | 46.4 | 29.85 | 34.77 | - |
| YUV | 147.66 | 132.71 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 156 | 0 | 0.59 | 0.35 | 0.06 | 335.74 | 0.82 | 0.66 |
| Hex | F0 | 63 | 9C | 0 | 3B | 23 | 6 | 150 | 52 | 42 |
| Octal | 360 | 143 | 234 | 0 | 73 | 43 | 6 | 520 | 122 | 102 |
| Binary | 11110000 | 1100011 | 10011100 | 0 | 111011 | 100011 | 110 | 101010000 | 1010010 | 1000010 |
Color Harmonies of #F0639C
Complementary color
Monochromatic Colors of #F0639C
Black with #F0639C
Text Example
Text Example
White with #F0639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0639C; }
p { color: rgb(240,99,156); }
H1.HeaderClassName
{
color: #F0639C;
}
.AnyTagClassName
{
color: #F0639C;
}
</style>
background-color css
<style>
a { background-color: #F0639C; }
a { background-color: rgb(240,99,156); }
div.DivClassName
{
background-color: #F0639C;
}
.BgClassName
{
background-color: #F0639C;
}
</style>
border-color css
<style>
span { border-color: #F0639C; }
span { border-color: rgb(240,99,156); }
td.TdClassName
{
border-color: #F0639C;
}
.TagClassName
{
border-color: #F0639C;
}
</style>