#F18AC4

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

Shades of Tea Rose #F18AC4

Tints of Tea Rose #F18AC4

Color information

#F18AC4 (or 0xF18AC4) is unknown color: approx Tea Rose. HEX triplet: F1, 8A and C4. RGB value is (241,138,196). Sum of RGB (Red+Green+Blue) = 241+138+196=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18AC4 is #0E753B. Grayscale: #AFAFAF. Windows color (decimal): -947516 or 12880625. OLE color: 12880625.

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

Color convert

RGB241138196-
CMYK00.430.190.05
HSL326.21º78.63%74.31%-
HSV(B)326.21º42.74%94.51%-
XYZ55.3340.8657.2-
YUV175.41139.62174.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 138 (54.30% from 255) = 24%
BLUE value IS 196 (76.95% from 255) = 34.09%
R=41.91%
G=24%
B=34.09%

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
Decimal24113819600.430.190.05326.2178.6374.31
HexF18AC402B1351464f4a
Octal361212304053235506117112
Binary11110001100010101100010001010111001110110100011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18AC4; }

 p { color: rgb(241,138,196); }

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

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

 a { background-color: rgb(241,138,196); }

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

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

 span { border-color: rgb(241,138,196); }

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