#F388C8

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

Shades of Tea Rose #F388C8

Tints of Tea Rose #F388C8

Color information

#F388C8 (or 0xF388C8) is unknown color: approx Tea Rose. HEX triplet: F3, 88 and C8. RGB value is (243,136,200). Sum of RGB (Red+Green+Blue) = 243+136+200=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F388C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388C8 is #0C7737. Grayscale: #AFAFAF. Windows color (decimal): -816952 or 13142259. OLE color: 13142259.

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

Color convert

RGB243136200-
CMYK00.440.180.05
HSL324.11º81.68%74.31%-
HSV(B)324.11º44.03%95.29%-
XYZ56.1940.8359.56-
YUV175.29141.95176.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.97%
GREEN value IS 136 (53.52% from 255) = 23.49%
BLUE value IS 200 (78.52% from 255) = 34.54%
R=41.97%
G=23.49%
B=34.54%

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
Decimal24313620000.440.180.05324.1181.6874.31
HexF388C802C125144524a
Octal363210310054225504122112
Binary11110011100010001100100001011001001010110100010010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F388C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F388C8; }

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

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

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

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

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

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

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

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