#F591C1

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

Shades of Tea Rose #F591C1

Tints of Tea Rose #F591C1

Color information

#F591C1 (or 0xF591C1) is unknown color: approx Tea Rose. HEX triplet: F5, 91 and C1. RGB value is (245,145,193). Sum of RGB (Red+Green+Blue) = 245+145+193=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F591C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591C1 is #0A6E3E. Grayscale: #B4B4B4. Windows color (decimal): -683583 or 12685813. OLE color: 12685813.

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

Color convert

RGB245145193-
CMYK00.410.210.04
HSL331.2º83.33%76.47%-
HSV(B)331.2º40.82%96.08%-
XYZ57.4143.5155.83-
YUV180.37135.13174.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.02%
GREEN value IS 145 (57.03% from 255) = 24.87%
BLUE value IS 193 (75.78% from 255) = 33.10%
R=42.02%
G=24.87%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514519300.410.210.04331.283.3376.47
HexF591C102915414b534c
Octal365221301051254513123114
Binary11110101100100011100000101010011010110010100101110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F591C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F591C1; }

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

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

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

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

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

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

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

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