#F387CE

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

Shades of Tea Rose #F387CE

Tints of Tea Rose #F387CE

Color information

#F387CE (or 0xF387CE) is unknown color: approx Tea Rose. HEX triplet: F3, 87 and CE. RGB value is (243,135,206). Sum of RGB (Red+Green+Blue) = 243+135+206=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 135 (53.12% from 255 or 23.12% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F387CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387CE is #0C7831. Grayscale: #AFAFAF. Windows color (decimal): -817202 or 13535219. OLE color: 13535219.

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

Color convert

RGB243135206-
CMYK00.440.150.05
HSL320.56º81.82%74.12%-
HSV(B)320.56º44.44%95.29%-
XYZ56.7740.8463.28-
YUV175.39145.28176.23-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.61%
GREEN value IS 135 (53.12% from 255) = 23.12%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=41.61%
G=23.12%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313520600.440.150.05320.5681.8274.12
HexF387CE02CF5141524a
Octal363207316054175501122112
Binary1111001110000111110011100101100111110110100000110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F387CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F387CE; }

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

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

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

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

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

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

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

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