#F38AC5

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

Shades of Tea Rose #F38AC5

Tints of Tea Rose #F38AC5

Color information

#F38AC5 (or 0xF38AC5) is unknown color: approx Tea Rose. HEX triplet: F3, 8A and C5. RGB value is (243,138,197). Sum of RGB (Red+Green+Blue) = 243+138+197=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38AC5 is #0C753A. Grayscale: #AFAFAF. Windows color (decimal): -816443 or 12946163. OLE color: 12946163.

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

Color convert

RGB243138197-
CMYK00.430.190.05
HSL326.29º81.4%74.71%-
HSV(B)326.29º43.21%95.29%-
XYZ56.1341.2657.83-
YUV176.12139.79175.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.04%
GREEN value IS 138 (54.30% from 255) = 23.88%
BLUE value IS 197 (77.34% from 255) = 34.08%
R=42.04%
G=23.88%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313819700.430.190.05326.2981.474.71
HexF38AC502B135146514b
Octal363212305053235506121113
Binary11110011100010101100010101010111001110110100011010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38AC5; }

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

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

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

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

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

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

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

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