#F387C3

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

Shades of Tea Rose #F387C3

Tints of Tea Rose #F387C3

Color information

#F387C3 (or 0xF387C3) is unknown color: approx Tea Rose. HEX triplet: F3, 87 and C3. RGB value is (243,135,195). Sum of RGB (Red+Green+Blue) = 243+135+195=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F387C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387C3 is #0C783C. Grayscale: #ADADAD. Windows color (decimal): -817213 or 12814323. OLE color: 12814323.

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

Color convert

RGB243135195-
CMYK00.440.200.05
HSL326.67º81.82%74.12%-
HSV(B)326.67º44.44%95.29%-
XYZ55.4840.3256.49-
YUV174.13139.78177.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.41%
GREEN value IS 135 (53.12% from 255) = 23.56%
BLUE value IS 195 (76.56% from 255) = 34.03%
R=42.41%
G=23.56%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313519500.440.200.05326.6781.8274.12
HexF387C302C145147524a
Octal363207303054245507122112
Binary11110011100001111100001101011001010010110100011110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F387C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F387C3; }

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

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

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

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

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

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

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

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