#F38DC3

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

Shades of Tea Rose #F38DC3

Tints of Tea Rose #F38DC3

Color information

#F38DC3 (or 0xF38DC3) is unknown color: approx Tea Rose. HEX triplet: F3, 8D and C3. RGB value is (243,141,195). Sum of RGB (Red+Green+Blue) = 243+141+195=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DC3 is #0C723C. Grayscale: #B1B1B1. Windows color (decimal): -815677 or 12815859. OLE color: 12815859.

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

Color convert

RGB243141195-
CMYK00.420.200.05
HSL328.24º80.95%75.29%-
HSV(B)328.24º41.98%95.29%-
XYZ56.3442.0456.78-
YUV177.65137.79174.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.97%
GREEN value IS 141 (55.47% from 255) = 24.35%
BLUE value IS 195 (76.56% from 255) = 33.68%
R=41.97%
G=24.35%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314119500.420.200.05328.2480.9575.29
HexF38DC302A145148514b
Octal363215303052245510121113
Binary11110011100011011100001101010101010010110100100010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38DC3; }

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

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

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

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

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

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

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

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