#F387D1

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

Shades of Tea Rose #F387D1

Tints of Tea Rose #F387D1

Color information

#F387D1 (or 0xF387D1) is unknown color: approx Tea Rose. HEX triplet: F3, 87 and D1. RGB value is (243,135,209). Sum of RGB (Red+Green+Blue) = 243+135+209=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 135 (53.12% from 255 or 23.00% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F387D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387D1 is #0C782E. Grayscale: #AFAFAF. Windows color (decimal): -817199 or 13731827. OLE color: 13731827.

HSL color Cylindrical-coordinate representation of color #F387D1: hue angle of 318.89º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F387D1 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB243135209-
CMYK00.440.140.05
HSL318.89º81.82%74.12%-
HSV(B)318.89º44.44%95.29%-
XYZ57.1340.9965.22-
YUV175.73146.78175.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.40%
GREEN value IS 135 (53.12% from 255) = 23.00%
BLUE value IS 209 (82.03% from 255) = 35.60%
R=41.40%
G=23.00%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313520900.440.140.05318.8981.8274.12
HexF387D102CE513f524a
Octal363207321054165477122112
Binary1111001110000111110100010101100111010110011111110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F387D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F387D1; }

 p { color: rgb(243,135,209); }

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

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

 a { background-color: rgb(243,135,209); }

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

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

 span { border-color: rgb(243,135,209); }

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