Shades of Brilliant Rose #F250AD
Tints of Brilliant Rose #F250AD
RGB
CMYK
RGB Variations
Color information
#F250AD (or 0xF250AD) is known color: Brilliant Rose. HEX triplet: F2, 50 and AD. RGB value is (242,80,173). Sum of RGB (Red+Green+Blue) = 242+80+173=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F250AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F250AD is #0DAF52. Grayscale: #8A8A8A. Windows color (decimal): -896851 or 11358450. OLE color: 11358450.
HSL color Cylindrical-coordinate representation of color #F250AD: hue angle of 325.56º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F250AD is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 173 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.05 |
| HSL | 325.56º | 0.86% | 0.63% | - |
| HSV(B) | 325.56º | 0.67% | 0.95% | - |
| XYZ | 47.03 | 27.63 | 42.39 | - |
| YUV | 139.04 | 147.17 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 173 | 0 | 0.67 | 0.29 | 0.05 | 325.56 | 0.86 | 0.63 |
| Hex | F2 | 50 | AD | 0 | 43 | 1D | 5 | 146 | 56 | 3F |
| Octal | 362 | 120 | 255 | 0 | 103 | 35 | 5 | 506 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10101101 | 0 | 1000011 | 11101 | 101 | 101000110 | 1010110 | 111111 |
Color Harmonies of #F250AD
Complementary color
Monochromatic Colors of #F250AD
Black with #F250AD
Text Example
Text Example
White with #F250AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250AD; }
p { color: rgb(242,80,173); }
H1.HeaderClassName
{
color: #F250AD;
}
.AnyTagClassName
{
color: #F250AD;
}
</style>
background-color css
<style>
a { background-color: #F250AD; }
a { background-color: rgb(242,80,173); }
div.DivClassName
{
background-color: #F250AD;
}
.BgClassName
{
background-color: #F250AD;
}
</style>
border-color css
<style>
span { border-color: #F250AD; }
span { border-color: rgb(242,80,173); }
td.TdClassName
{
border-color: #F250AD;
}
.TagClassName
{
border-color: #F250AD;
}
</style>