#F97DCD

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

Shades of Tea Rose #F97DCD

Tints of Tea Rose #F97DCD

Color information

#F97DCD (or 0xF97DCD) is unknown color: approx Tea Rose. HEX triplet: F9, 7D and CD. RGB value is (249,125,205). Sum of RGB (Red+Green+Blue) = 249+125+205=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F97DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97DCD is #068232. Grayscale: #ABABAB. Windows color (decimal): -426547 or 13467129. OLE color: 13467129.

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

Color convert

RGB249125205-
CMYK00.500.180.02
HSL321.29º91.18%73.33%-
HSV(B)321.29º49.8%97.65%-
XYZ57.4239.2162.3-
YUV171.2147.08183.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.01%
GREEN value IS 125 (49.22% from 255) = 21.59%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=43.01%
G=21.59%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912520500.500.180.02321.2991.1873.33
HexF97DCD0321221415b49
Octal371175315062222501133111
Binary111110011111101110011010110010100101010100000110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97DCD; }

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

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

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

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

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

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

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

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