#F38ABF

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

Shades of Tea Rose #F38ABF

Tints of Tea Rose #F38ABF

Color information

#F38ABF (or 0xF38ABF) is unknown color: approx Tea Rose. HEX triplet: F3, 8A and BF. RGB value is (243,138,191). Sum of RGB (Red+Green+Blue) = 243+138+191=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ABF is #0C7540. Grayscale: #AFAFAF. Windows color (decimal): -816449 or 12552947. OLE color: 12552947.

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

Color convert

RGB243138191-
CMYK00.430.210.05
HSL329.71º81.4%74.71%-
HSV(B)329.71º43.21%95.29%-
XYZ55.4540.9954.28-
YUV175.44136.79176.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.48%
GREEN value IS 138 (54.30% from 255) = 24.13%
BLUE value IS 191 (75% from 255) = 33.39%
R=42.48%
G=24.13%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313819100.430.210.05329.7181.474.71
HexF38ABF02B15514a514b
Octal363212277053255512121113
Binary11110011100010101011111101010111010110110100101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38ABF; }

 p { color: rgb(243,138,191); }

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

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

 a { background-color: rgb(243,138,191); }

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

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

 span { border-color: rgb(243,138,191); }

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