#F387CB

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

Shades of Tea Rose #F387CB

Tints of Tea Rose #F387CB

Color information

#F387CB (or 0xF387CB) is unknown color: approx Tea Rose. HEX triplet: F3, 87 and CB. RGB value is (243,135,203). Sum of RGB (Red+Green+Blue) = 243+135+203=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 135 (53.12% from 255 or 23.24% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F387CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387CB is #0C7834. Grayscale: #AEAEAE. Windows color (decimal): -817205 or 13338611. OLE color: 13338611.

HSL color Cylindrical-coordinate representation of color #F387CB: hue angle of 322.22º 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 #F387CB is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243135203-
CMYK00.440.160.05
HSL322.22º81.82%74.12%-
HSV(B)322.22º44.44%95.29%-
XYZ56.4140.6961.38-
YUV175.04143.78176.47-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.82%
GREEN value IS 135 (53.12% from 255) = 23.24%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=41.82%
G=23.24%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313520300.440.160.05322.2281.8274.12
HexF387CB02C105142524a
Octal363207313054205502122112
Binary11110011100001111100101101011001000010110100001010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F387CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F387CB; }

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

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

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

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

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

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

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

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