#F58ACC

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

Shades of Tea Rose #F58ACC

Tints of Tea Rose #F58ACC

Color information

#F58ACC (or 0xF58ACC) is unknown color: approx Tea Rose. HEX triplet: F5, 8A and CC. RGB value is (245,138,204). Sum of RGB (Red+Green+Blue) = 245+138+204=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ACC is #0A7533. Grayscale: #B1B1B1. Windows color (decimal): -685364 or 13404917. OLE color: 13404917.

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

Color convert

RGB245138204-
CMYK00.440.170.04
HSL322.99º84.25%75.1%-
HSV(B)322.99º43.67%96.08%-
XYZ57.6441.9562.19-
YUV177.52142.95176.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.74%
GREEN value IS 138 (54.30% from 255) = 23.51%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=41.74%
G=23.51%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513820400.440.170.04322.9984.2575.1
HexF58ACC02C114143544b
Octal365212314054214503124113
Binary11110101100010101100110001011001000110010100001110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58ACC; }

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

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

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

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

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

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

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

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