#F08AC5

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

Shades of Tea Rose #F08AC5

Tints of Tea Rose #F08AC5

Color information

#F08AC5 (or 0xF08AC5) is unknown color: approx Tea Rose. HEX triplet: F0, 8A and C5. RGB value is (240,138,197). Sum of RGB (Red+Green+Blue) = 240+138+197=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08AC5 is #0F753A. Grayscale: #AFAFAF. Windows color (decimal): -1013051 or 12946160. OLE color: 12946160.

HSL color Cylindrical-coordinate representation of color #F08AC5: hue angle of 325.29º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08AC5 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB240138197-
CMYK00.420.180.06
HSL325.29º77.27%74.12%-
HSV(B)325.29º42.5%94.12%-
XYZ55.140.7357.78-
YUV175.22140.29174.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.74%
GREEN value IS 138 (54.30% from 255) = 24%
BLUE value IS 197 (77.34% from 255) = 34.26%
R=41.74%
G=24%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013819700.420.180.06325.2977.2774.12
HexF08AC502A1261454d4a
Octal360212305052226505115112
Binary11110000100010101100010101010101001011010100010110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08AC5; }

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

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

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

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

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

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

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

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