Shades of Brilliant Rose #F342AF
Tints of Brilliant Rose #F342AF
RGB
CMYK
RGB Variations
Color information
#F342AF (or 0xF342AF) is known color: Brilliant Rose. HEX triplet: F3, 42 and AF. RGB value is (243,66,175). Sum of RGB (Red+Green+Blue) = 243+66+175=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F342AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F342AF is #0CBD50. Grayscale: #838383. Windows color (decimal): -834897 or 11485939. OLE color: 11485939.
HSL color Cylindrical-coordinate representation of color #F342AF: hue angle of 323.05º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F342AF is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 175 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.05 |
| HSL | 323.05º | 0.88% | 0.61% | - |
| HSV(B) | 323.05º | 0.73% | 0.95% | - |
| XYZ | 46.65 | 26.05 | 43.13 | - |
| YUV | 131.35 | 152.64 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 175 | 0 | 0.73 | 0.28 | 0.05 | 323.05 | 0.88 | 0.61 |
| Hex | F3 | 42 | AF | 0 | 49 | 1C | 5 | 143 | 58 | 3D |
| Octal | 363 | 102 | 257 | 0 | 111 | 34 | 5 | 503 | 130 | 75 |
| Binary | 11110011 | 1000010 | 10101111 | 0 | 1001001 | 11100 | 101 | 101000011 | 1011000 | 111101 |
Color Harmonies of #F342AF
Complementary color
Monochromatic Colors of #F342AF
Black with #F342AF
Text Example
Text Example
White with #F342AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F342AF; }
p { color: rgb(243,66,175); }
H1.HeaderClassName
{
color: #F342AF;
}
.AnyTagClassName
{
color: #F342AF;
}
</style>
background-color css
<style>
a { background-color: #F342AF; }
a { background-color: rgb(243,66,175); }
div.DivClassName
{
background-color: #F342AF;
}
.BgClassName
{
background-color: #F342AF;
}
</style>
border-color css
<style>
span { border-color: #F342AF; }
span { border-color: rgb(243,66,175); }
td.TdClassName
{
border-color: #F342AF;
}
.TagClassName
{
border-color: #F342AF;
}
</style>