#F97DC6

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

Shades of Tea Rose #F97DC6

Tints of Tea Rose #F97DC6

Color information

#F97DC6 (or 0xF97DC6) is unknown color: approx Tea Rose. HEX triplet: F9, 7D and C6. RGB value is (249,125,198). Sum of RGB (Red+Green+Blue) = 249+125+198=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F97DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97DC6 is #068239. Grayscale: #AAAAAA. Windows color (decimal): -426554 or 13008377. OLE color: 13008377.

HSL color Cylindrical-coordinate representation of color #F97DC6: hue angle of 324.68º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97DC6 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB249125198-
CMYK00.500.200.02
HSL324.68º91.18%73.33%-
HSV(B)324.68º49.8%97.65%-
XYZ56.5938.8857.95-
YUV170.4143.58184.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.53%
GREEN value IS 125 (49.22% from 255) = 21.85%
BLUE value IS 198 (77.73% from 255) = 34.62%
R=43.53%
G=21.85%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912519800.500.200.02324.6891.1873.33
HexF97DC60321421455b49
Octal371175306062242505133111
Binary111110011111101110001100110010101001010100010110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97DC6; }

 p { color: rgb(249,125,198); }

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

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

 a { background-color: rgb(249,125,198); }

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

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

 span { border-color: rgb(249,125,198); }

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