#F58FBB

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

Shades of Tea Rose #F58FBB

Tints of Tea Rose #F58FBB

Color information

#F58FBB (or 0xF58FBB) is unknown color: approx Tea Rose. HEX triplet: F5, 8F and BB. RGB value is (245,143,187). Sum of RGB (Red+Green+Blue) = 245+143+187=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58FBB is #0A7044. Grayscale: #B2B2B2. Windows color (decimal): -684101 or 12292085. OLE color: 12292085.

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

Color convert

RGB245143187-
CMYK00.420.240.04
HSL334.12º83.61%76.08%-
HSV(B)334.12º41.63%96.08%-
XYZ56.4542.6552.27-
YUV178.51132.79175.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.61%
GREEN value IS 143 (56.25% from 255) = 24.87%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=42.61%
G=24.87%
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
Decimal24514318700.420.240.04334.1283.6176.08
HexF58FBB02A18414e544c
Octal365217273052304516124114
Binary11110101100011111011101101010101100010010100111010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58FBB; }

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

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

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

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

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

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

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

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