#F58ACA

Color #F58ACA Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F58ACA

Tints of Tea Rose #F58ACA

Color information

#F58ACA (or 0xF58ACA) is unknown color: approx Tea Rose. HEX triplet: F5, 8A and CA. RGB value is (245,138,202). Sum of RGB (Red+Green+Blue) = 245+138+202=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ACA is #0A7535. Grayscale: #B1B1B1. Windows color (decimal): -685366 or 13273845. OLE color: 13273845.

HSL color Cylindrical-coordinate representation of color #F58ACA: hue angle of 324.11º 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 #F58ACA is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245138202-
CMYK00.440.180.04
HSL324.11º84.25%75.1%-
HSV(B)324.11º43.67%96.08%-
XYZ57.4141.8560.93-
YUV177.29141.95176.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 41.88%
GREEN value IS 138 (54.30% from 255) = 23.59%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=41.88%
G=23.59%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513820200.440.180.04324.1184.2575.1
HexF58ACA02C124144544b
Octal365212312054224504124113
Binary11110101100010101100101001011001001010010100010010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58ACA; }

 p { color: rgb(245,138,202); }

 H1.HeaderClassName
 {
   color: #F58ACA;
 }
 .AnyTagClassName
 {
   color: #F58ACA;
 }
</style>
background-color css

<style>
 a { background-color: #F58ACA; }

 a { background-color: rgb(245,138,202); }

 div.DivClassName
 {
   background-color: #F58ACA;
 }
 .BgClassName
 {
   background-color: #F58ACA;
 }
</style>
border-color css

<style>
 span { border-color: #F58ACA; }

 span { border-color: rgb(245,138,202); }

 td.TdClassName
 {
   border-color: #F58ACA;
 }
 .TagClassName
 {
   border-color: #F58ACA;
 }
</style>