#F97EC9

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

Shades of Tea Rose #F97EC9

Tints of Tea Rose #F97EC9

Color information

#F97EC9 (or 0xF97EC9) is unknown color: approx Tea Rose. HEX triplet: F9, 7E and C9. RGB value is (249,126,201). Sum of RGB (Red+Green+Blue) = 249+126+201=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F97EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97EC9 is #068136. Grayscale: #ABABAB. Windows color (decimal): -426295 or 13205241. OLE color: 13205241.

HSL color Cylindrical-coordinate representation of color #F97EC9: hue angle of 323.41º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F97EC9 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249126201-
CMYK00.490.190.02
HSL323.41º91.11%73.53%-
HSV(B)323.41º49.4%97.65%-
XYZ57.0739.2859.83-
YUV171.33144.75183.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.23%
GREEN value IS 126 (49.61% from 255) = 21.88%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=43.23%
G=21.88%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912620100.490.190.02323.4191.1173.53
HexF97EC90311321435b4a
Octal371176311061232503133112
Binary111110011111110110010010110001100111010100001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97EC9; }

 p { color: rgb(249,126,201); }

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

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

 a { background-color: rgb(249,126,201); }

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

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

 span { border-color: rgb(249,126,201); }

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