#F38DC1

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

Shades of Tea Rose #F38DC1

Tints of Tea Rose #F38DC1

Color information

#F38DC1 (or 0xF38DC1) is unknown color: approx Tea Rose. HEX triplet: F3, 8D and C1. RGB value is (243,141,193). Sum of RGB (Red+Green+Blue) = 243+141+193=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DC1 is #0C723E. Grayscale: #B1B1B1. Windows color (decimal): -815679 or 12684787. OLE color: 12684787.

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

Color convert

RGB243141193-
CMYK00.420.210.05
HSL329.41º80.95%75.29%-
HSV(B)329.41º41.98%95.29%-
XYZ56.1141.9555.59-
YUV177.43136.79174.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.11%
GREEN value IS 141 (55.47% from 255) = 24.44%
BLUE value IS 193 (75.78% from 255) = 33.45%
R=42.11%
G=24.44%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314119300.420.210.05329.4180.9575.29
HexF38DC102A155149514b
Octal363215301052255511121113
Binary11110011100011011100000101010101010110110100100110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38DC1; }

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

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

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

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

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

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

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

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