Shades of Sweet Pink #F58A8A
Tints of Sweet Pink #F58A8A
RGB
CMYK
RGB Variations
Color information
#F58A8A (or 0xF58A8A) is known color: Sweet Pink. HEX triplet: F5, 8A and 8A. RGB value is (245,138,138). Sum of RGB (Red+Green+Blue) = 245+138+138=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58A8A is #0A7575. Grayscale: #AAAAAA. Windows color (decimal): -685430 or 9079541. OLE color: 9079541.
HSL color Cylindrical-coordinate representation of color #F58A8A: hue angle of 0º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58A8A is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 138 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.04 |
| HSL | 0º | 0.84% | 0.75% | - |
| HSV(B) | 0º | 0.44% | 0.96% | - |
| XYZ | 51.33 | 39.42 | 28.95 | - |
| YUV | 169.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 138 | 0 | 0.44 | 0.44 | 0.04 | 0 | 0.84 | 0.75 |
| Hex | F5 | 8A | 8A | 0 | 2C | 2C | 4 | 0 | 54 | 4B |
| Octal | 365 | 212 | 212 | 0 | 54 | 54 | 4 | 0 | 124 | 113 |
| Binary | 11110101 | 10001010 | 10001010 | 0 | 101100 | 101100 | 100 | 0 | 1010100 | 1001011 |
Color Harmonies of #F58A8A
Complementary color
Monochromatic Colors of #F58A8A
Black with #F58A8A
Text Example
Text Example
White with #F58A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58A8A; }
p { color: rgb(245,138,138); }
H1.HeaderClassName
{
color: #F58A8A;
}
.AnyTagClassName
{
color: #F58A8A;
}
</style>
background-color css
<style>
a { background-color: #F58A8A; }
a { background-color: rgb(245,138,138); }
div.DivClassName
{
background-color: #F58A8A;
}
.BgClassName
{
background-color: #F58A8A;
}
</style>
border-color css
<style>
span { border-color: #F58A8A; }
span { border-color: rgb(245,138,138); }
td.TdClassName
{
border-color: #F58A8A;
}
.TagClassName
{
border-color: #F58A8A;
}
</style>