#F38DCA

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

Shades of Tea Rose #F38DCA

Tints of Tea Rose #F38DCA

Color information

#F38DCA (or 0xF38DCA) is unknown color: approx Tea Rose. HEX triplet: F3, 8D and CA. RGB value is (243,141,202). Sum of RGB (Red+Green+Blue) = 243+141+202=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DCA is #0C7235. Grayscale: #B2B2B2. Windows color (decimal): -815670 or 13274611. OLE color: 13274611.

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

Color convert

RGB243141202-
CMYK00.420.170.05
HSL324.12º80.95%75.29%-
HSV(B)324.12º41.98%95.29%-
XYZ57.1542.3761.04-
YUV178.45141.29174.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.47%
GREEN value IS 141 (55.47% from 255) = 24.06%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=41.47%
G=24.06%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314120200.420.170.05324.1280.9575.29
HexF38DCA02A115144514b
Octal363215312052215504121113
Binary11110011100011011100101001010101000110110100010010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38DCA; }

 p { color: rgb(243,141,202); }

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

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

 a { background-color: rgb(243,141,202); }

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

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

 span { border-color: rgb(243,141,202); }

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