#F592CD

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

Shades of Tea Rose #F592CD

Tints of Tea Rose #F592CD

Color information

#F592CD (or 0xF592CD) is unknown color: approx Tea Rose. HEX triplet: F5, 92 and CD. RGB value is (245,146,205). Sum of RGB (Red+Green+Blue) = 245+146+205=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F592CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592CD is #0A6D32. Grayscale: #B6B6B6. Windows color (decimal): -683315 or 13472501. OLE color: 13472501.

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

Color convert

RGB245146205-
CMYK00.400.160.04
HSL324.24º83.19%76.67%-
HSV(B)324.24º40.41%96.08%-
XYZ58.9544.3863.22-
YUV182.33140.8172.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.11%
GREEN value IS 146 (57.42% from 255) = 24.50%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=41.11%
G=24.50%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514620500.400.160.04324.2483.1976.67
HexF592CD028104144534d
Octal365222315050204504123115
Binary11110101100100101100110101010001000010010100010010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F592CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F592CD; }

 p { color: rgb(245,146,205); }

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

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

 a { background-color: rgb(245,146,205); }

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

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

 span { border-color: rgb(245,146,205); }

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