#F387C8

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

Shades of Tea Rose #F387C8

Tints of Tea Rose #F387C8

Color information

#F387C8 (or 0xF387C8) is unknown color: approx Tea Rose. HEX triplet: F3, 87 and C8. RGB value is (243,135,200). Sum of RGB (Red+Green+Blue) = 243+135+200=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F387C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387C8 is #0C7837. Grayscale: #AEAEAE. Windows color (decimal): -817208 or 13142003. OLE color: 13142003.

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

Color convert

RGB243135200-
CMYK00.440.180.05
HSL323.89º81.82%74.12%-
HSV(B)323.89º44.44%95.29%-
XYZ56.0540.5559.52-
YUV174.7142.28176.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.04%
GREEN value IS 135 (53.12% from 255) = 23.36%
BLUE value IS 200 (78.52% from 255) = 34.60%
R=42.04%
G=23.36%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313520000.440.180.05323.8981.8274.12
HexF387C802C125144524a
Octal363207310054225504122112
Binary11110011100001111100100001011001001010110100010010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F387C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F387C8; }

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

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

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

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

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

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

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

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