#F388CB

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

Shades of Tea Rose #F388CB

Tints of Tea Rose #F388CB

Color information

#F388CB (or 0xF388CB) is unknown color: approx Tea Rose. HEX triplet: F3, 88 and CB. RGB value is (243,136,203). Sum of RGB (Red+Green+Blue) = 243+136+203=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F388CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388CB is #0C7734. Grayscale: #AFAFAF. Windows color (decimal): -816949 or 13338867. OLE color: 13338867.

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

Color convert

RGB243136203-
CMYK00.440.160.05
HSL322.43º81.68%74.31%-
HSV(B)322.43º44.03%95.29%-
XYZ56.5540.9761.43-
YUV175.63143.45176.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.75%
GREEN value IS 136 (53.52% from 255) = 23.37%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=41.75%
G=23.37%
B=34.88%

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
Decimal24313620300.440.160.05322.4381.6874.31
HexF388CB02C105142524a
Octal363210313054205502122112
Binary11110011100010001100101101011001000010110100001010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F388CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F388CB; }

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

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

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

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

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

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

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

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