#F58FCA

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

Shades of Tea Rose #F58FCA

Tints of Tea Rose #F58FCA

Color information

#F58FCA (or 0xF58FCA) is unknown color: approx Tea Rose. HEX triplet: F5, 8F and CA. RGB value is (245,143,202). Sum of RGB (Red+Green+Blue) = 245+143+202=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58FCA is #0A7035. Grayscale: #B4B4B4. Windows color (decimal): -684086 or 13275125. OLE color: 13275125.

HSL color Cylindrical-coordinate representation of color #F58FCA: hue angle of 325.29º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58FCA is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245143202-
CMYK00.420.180.04
HSL325.29º83.61%76.08%-
HSV(B)325.29º41.63%96.08%-
XYZ58.1443.3261.17-
YUV180.22140.29174.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.53%
GREEN value IS 143 (56.25% from 255) = 24.24%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=41.53%
G=24.24%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514320200.420.180.04325.2983.6176.08
HexF58FCA02A124145544c
Octal365217312052224505124114
Binary11110101100011111100101001010101001010010100010110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58FCA; }

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

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

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

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

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

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

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

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