#F38AC9

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

Shades of Tea Rose #F38AC9

Tints of Tea Rose #F38AC9

Color information

#F38AC9 (or 0xF38AC9) is unknown color: approx Tea Rose. HEX triplet: F3, 8A and C9. RGB value is (243,138,201). Sum of RGB (Red+Green+Blue) = 243+138+201=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38AC9 is #0C7536. Grayscale: #B0B0B0. Windows color (decimal): -816439 or 13208307. OLE color: 13208307.

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

Color convert

RGB243138201-
CMYK00.430.170.05
HSL324º81.4%74.71%-
HSV(B)324º43.21%95.29%-
XYZ56.5941.4560.28-
YUV176.58141.79175.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.75%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 201 (78.91% from 255) = 34.54%
R=41.75%
G=23.71%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313820100.430.170.0532481.474.71
HexF38AC902B115144514b
Octal363212311053215504121113
Binary11110011100010101100100101010111000110110100010010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38AC9; }

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

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

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

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

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

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

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

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