#F08AC4

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

Shades of Tea Rose #F08AC4

Tints of Tea Rose #F08AC4

Color information

#F08AC4 (or 0xF08AC4) is unknown color: approx Tea Rose. HEX triplet: F0, 8A and C4. RGB value is (240,138,196). Sum of RGB (Red+Green+Blue) = 240+138+196=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08AC4 is #0F753B. Grayscale: #AEAEAE. Windows color (decimal): -1013052 or 12880624. OLE color: 12880624.

HSL color Cylindrical-coordinate representation of color #F08AC4: hue angle of 325.88º 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 #F08AC4 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB240138196-
CMYK00.420.180.06
HSL325.88º77.27%74.12%-
HSV(B)325.88º42.5%94.12%-
XYZ54.9940.6957.18-
YUV175.11139.79174.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.81%
GREEN value IS 138 (54.30% from 255) = 24.04%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=41.81%
G=24.04%
B=34.15%

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
Decimal24013819600.420.180.06325.8877.2774.12
HexF08AC402A1261464d4a
Octal360212304052226506115112
Binary11110000100010101100010001010101001011010100011010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08AC4; }

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

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

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

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

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

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

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

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