#F08ACA

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

Shades of Tea Rose #F08ACA

Tints of Tea Rose #F08ACA

Color information

#F08ACA (or 0xF08ACA) is unknown color: approx Tea Rose. HEX triplet: F0, 8A and CA. RGB value is (240,138,202). Sum of RGB (Red+Green+Blue) = 240+138+202=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F08ACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08ACA is #0F7535. Grayscale: #AFAFAF. Windows color (decimal): -1013046 or 13273840. OLE color: 13273840.

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

Color convert

RGB240138202-
CMYK00.420.160.06
HSL322.35º77.27%74.12%-
HSV(B)322.35º42.5%94.12%-
XYZ55.6840.9760.85-
YUV175.79142.79173.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.38%
GREEN value IS 138 (54.30% from 255) = 23.79%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=41.38%
G=23.79%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013820200.420.160.06322.3577.2774.12
HexF08ACA02A1061424d4a
Octal360212312052206502115112
Binary11110000100010101100101001010101000011010100001010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08ACA; }

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

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

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

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

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

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

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

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