#F97ECA

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

Shades of Tea Rose #F97ECA

Tints of Tea Rose #F97ECA

Color information

#F97ECA (or 0xF97ECA) is unknown color: approx Tea Rose. HEX triplet: F9, 7E and CA. RGB value is (249,126,202). Sum of RGB (Red+Green+Blue) = 249+126+202=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F97ECA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97ECA is #068135. Grayscale: #ABABAB. Windows color (decimal): -426294 or 13270777. OLE color: 13270777.

HSL color Cylindrical-coordinate representation of color #F97ECA: hue angle of 322.93º 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 #F97ECA is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249126202-
CMYK00.490.190.02
HSL322.93º91.11%73.53%-
HSV(B)322.93º49.4%97.65%-
XYZ57.1939.3360.45-
YUV171.44145.25183.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.15%
GREEN value IS 126 (49.61% from 255) = 21.84%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=43.15%
G=21.84%
B=35.01%

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
Decimal24912620200.490.190.02322.9391.1173.53
HexF97ECA0311321435b4a
Octal371176312061232503133112
Binary111110011111110110010100110001100111010100001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97ECA; }

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

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

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

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

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

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

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

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