#F97DCF

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

Shades of Tea Rose #F97DCF

Tints of Tea Rose #F97DCF

Color information

#F97DCF (or 0xF97DCF) is unknown color: approx Tea Rose. HEX triplet: F9, 7D and CF. RGB value is (249,125,207). Sum of RGB (Red+Green+Blue) = 249+125+207=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F97DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97DCF is #068230. Grayscale: #ABABAB. Windows color (decimal): -426545 or 13598201. OLE color: 13598201.

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

Color convert

RGB249125207-
CMYK00.500.170.02
HSL320.32º91.18%73.33%-
HSV(B)320.32º49.8%97.65%-
XYZ57.6639.3163.58-
YUV171.42148.08183.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.86%
GREEN value IS 125 (49.22% from 255) = 21.51%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=42.86%
G=21.51%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912520700.500.170.02320.3291.1873.33
HexF97DCF0321121405b49
Octal371175317062212500133111
Binary111110011111101110011110110010100011010100000010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97DCF; }

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

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

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

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

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

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

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

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