#F591CF

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

Shades of Tea Rose #F591CF

Tints of Tea Rose #F591CF

Color information

#F591CF (or 0xF591CF) is unknown color: approx Tea Rose. HEX triplet: F5, 91 and CF. RGB value is (245,145,207). Sum of RGB (Red+Green+Blue) = 245+145+207=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F591CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591CF is #0A6E30. Grayscale: #B5B5B5. Windows color (decimal): -683569 or 13603317. OLE color: 13603317.

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

Color convert

RGB245145207-
CMYK00.410.160.04
HSL322.8º83.33%76.47%-
HSV(B)322.8º40.82%96.08%-
XYZ59.0444.1764.44-
YUV181.97142.13172.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.04%
GREEN value IS 145 (57.03% from 255) = 24.29%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=41.04%
G=24.29%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514520700.410.160.04322.883.3376.47
HexF591CF029104143534c
Octal365221317051204503123114
Binary11110101100100011100111101010011000010010100001110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F591CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F591CF; }

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

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

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

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

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

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

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

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