#F58BCF

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

Shades of Tea Rose #F58BCF

Tints of Tea Rose #F58BCF

Color information

#F58BCF (or 0xF58BCF) is unknown color: approx Tea Rose. HEX triplet: F5, 8B and CF. RGB value is (245,139,207). Sum of RGB (Red+Green+Blue) = 245+139+207=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BCF is #0A7430. Grayscale: #B2B2B2. Windows color (decimal): -685105 or 13601781. OLE color: 13601781.

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

Color convert

RGB245139207-
CMYK00.430.160.04
HSL321.51º84.13%75.29%-
HSV(B)321.51º43.27%96.08%-
XYZ58.1542.3864.15-
YUV178.45144.12175.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.46%
GREEN value IS 139 (54.69% from 255) = 23.52%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=41.46%
G=23.52%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513920700.430.160.04321.5184.1375.29
HexF58BCF02B104142544b
Octal365213317053204502124113
Binary11110101100010111100111101010111000010010100001010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58BCF; }

 p { color: rgb(245,139,207); }

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

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

 a { background-color: rgb(245,139,207); }

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

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

 span { border-color: rgb(245,139,207); }

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