#F391CD

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

Shades of Tea Rose #F391CD

Tints of Tea Rose #F391CD

Color information

#F391CD (or 0xF391CD) is unknown color: approx Tea Rose. HEX triplet: F3, 91 and CD. RGB value is (243,145,205). Sum of RGB (Red+Green+Blue) = 243+145+205=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F391CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F391CD is #0C6E32. Grayscale: #B5B5B5. Windows color (decimal): -814643 or 13472243. OLE color: 13472243.

HSL color Cylindrical-coordinate representation of color #F391CD: hue angle of 323.27º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F391CD is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243145205-
CMYK00.400.160.05
HSL323.27º80.33%76.08%-
HSV(B)323.27º40.33%95.29%-
XYZ58.1143.7163.13-
YUV181.14141.47172.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.98%
GREEN value IS 145 (57.03% from 255) = 24.45%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=40.98%
G=24.45%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314520500.400.160.05323.2780.3376.08
HexF391CD028105143504c
Octal363221315050205503120114
Binary11110011100100011100110101010001000010110100001110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F391CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F391CD; }

 p { color: rgb(243,145,205); }

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

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

 a { background-color: rgb(243,145,205); }

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

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

 span { border-color: rgb(243,145,205); }

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