#F38ECF

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

Shades of Tea Rose #F38ECF

Tints of Tea Rose #F38ECF

Color information

#F38ECF (or 0xF38ECF) is unknown color: approx Tea Rose. HEX triplet: F3, 8E and CF. RGB value is (243,142,207). Sum of RGB (Red+Green+Blue) = 243+142+207=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ECF is #0C7130. Grayscale: #B3B3B3. Windows color (decimal): -815409 or 13602547. OLE color: 13602547.

HSL color Cylindrical-coordinate representation of color #F38ECF: hue angle of 321.39º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38ECF is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB243142207-
CMYK00.420.150.05
HSL321.39º80.8%75.49%-
HSV(B)321.39º41.56%95.29%-
XYZ57.942.9164.26-
YUV179.61143.46173.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.05%
GREEN value IS 142 (55.86% from 255) = 23.99%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=41.05%
G=23.99%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314220700.420.150.05321.3980.875.49
HexF38ECF02AF5141514b
Octal363216317052175501121113
Binary1111001110001110110011110101010111110110100000110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38ECF; }

 p { color: rgb(243,142,207); }

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

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

 a { background-color: rgb(243,142,207); }

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

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

 span { border-color: rgb(243,142,207); }

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