#F97ED2

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

Shades of Tea Rose #F97ED2

Tints of Tea Rose #F97ED2

Color information

#F97ED2 (or 0xF97ED2) is unknown color: approx Tea Rose. HEX triplet: F9, 7E and D2. RGB value is (249,126,210). Sum of RGB (Red+Green+Blue) = 249+126+210=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F97ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97ED2 is #06812D. Grayscale: #ACACAC. Windows color (decimal): -426286 or 13795065. OLE color: 13795065.

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

Color convert

RGB249126210-
CMYK00.490.160.02
HSL319.02º91.11%73.53%-
HSV(B)319.02º49.4%97.65%-
XYZ58.1639.7165.57-
YUV172.35149.25182.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.56%
GREEN value IS 126 (49.61% from 255) = 21.54%
BLUE value IS 210 (82.42% from 255) = 35.90%
R=42.56%
G=21.54%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912621000.490.160.02319.0291.1173.53
HexF97ED203110213f5b4a
Octal371176322061202477133112
Binary111110011111110110100100110001100001010011111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97ED2; }

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

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

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

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

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

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

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

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