Shades of Brilliant Rose #F253B4
Tints of Brilliant Rose #F253B4
RGB
CMYK
RGB Variations
Color information
#F253B4 (or 0xF253B4) is known color: Brilliant Rose. HEX triplet: F2, 53 and B4. RGB value is (242,83,180). Sum of RGB (Red+Green+Blue) = 242+83+180=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F253B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253B4 is #0DAC4B. Grayscale: #8D8D8D. Windows color (decimal): -896076 or 11817970. OLE color: 11817970.
HSL color Cylindrical-coordinate representation of color #F253B4: hue angle of 323.4º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F253B4 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 180 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.05 |
| HSL | 323.4º | 0.86% | 0.64% | - |
| HSV(B) | 323.4º | 0.66% | 0.95% | - |
| XYZ | 47.95 | 28.36 | 46.13 | - |
| YUV | 141.6 | 149.68 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 180 | 0 | 0.66 | 0.26 | 0.05 | 323.4 | 0.86 | 0.64 |
| Hex | F2 | 53 | B4 | 0 | 42 | 1A | 5 | 143 | 56 | 40 |
| Octal | 362 | 123 | 264 | 0 | 102 | 32 | 5 | 503 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10110100 | 0 | 1000010 | 11010 | 101 | 101000011 | 1010110 | 1000000 |
Color Harmonies of #F253B4
Complementary color
Monochromatic Colors of #F253B4
Black with #F253B4
Text Example
Text Example
White with #F253B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253B4; }
p { color: rgb(242,83,180); }
H1.HeaderClassName
{
color: #F253B4;
}
.AnyTagClassName
{
color: #F253B4;
}
</style>
background-color css
<style>
a { background-color: #F253B4; }
a { background-color: rgb(242,83,180); }
div.DivClassName
{
background-color: #F253B4;
}
.BgClassName
{
background-color: #F253B4;
}
</style>
border-color css
<style>
span { border-color: #F253B4; }
span { border-color: rgb(242,83,180); }
td.TdClassName
{
border-color: #F253B4;
}
.TagClassName
{
border-color: #F253B4;
}
</style>