#F58DBA

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

Shades of Tea Rose #F58DBA

Tints of Tea Rose #F58DBA

Color information

#F58DBA (or 0xF58DBA) is unknown color: approx Tea Rose. HEX triplet: F5, 8D and BA. RGB value is (245,141,186). Sum of RGB (Red+Green+Blue) = 245+141+186=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DBA is #0A7245. Grayscale: #B1B1B1. Windows color (decimal): -684614 or 12226037. OLE color: 12226037.

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

Color convert

RGB245141186-
CMYK00.420.240.04
HSL334.04º83.87%75.69%-
HSV(B)334.04º42.45%96.08%-
XYZ56.0442.0151.61-
YUV177.23132.96176.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.83%
GREEN value IS 141 (55.47% from 255) = 24.65%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=42.83%
G=24.65%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514118600.420.240.04334.0483.8775.69
HexF58DBA02A18414e544c
Octal365215272052304516124114
Binary11110101100011011011101001010101100010010100111010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58DBA; }

 p { color: rgb(245,141,186); }

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

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

 a { background-color: rgb(245,141,186); }

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

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

 span { border-color: rgb(245,141,186); }

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