#f58bbe

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

Shades of Tea Rose #F58BBE

Tints of Tea Rose #F58BBE

Color information

#F58BBE (or 0xF58BBE) is unknown color: approx Tea Rose. HEX triplet: F5, 8B and BE. RGB value is (245,139,190). Sum of RGB (Red+Green+Blue) = 245+139+190=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BBE is #0A7441. Grayscale: #B0B0B0. Windows color (decimal): -685122 or 12487669. OLE color: 12487669.

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

Color convert

RGB245139190-
CMYK00.430.220.04
HSL331.13º84.13%75.29%-
HSV(B)331.13º43.27%96.08%-
XYZ56.1841.653.78-
YUV176.51135.62176.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.68%
GREEN value IS 139 (54.69% from 255) = 24.22%
BLUE value IS 190 (74.61% from 255) = 33.10%
R=42.68%
G=24.22%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513919000.430.220.04331.1384.1375.29
HexF58BBE02B16414b544b
Octal365213276053264513124113
Binary11110101100010111011111001010111011010010100101110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f58bbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f58bbe; }

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

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

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

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

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

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

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

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