#F97DCB

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

Shades of Tea Rose #F97DCB

Tints of Tea Rose #F97DCB

Color information

#F97DCB (or 0xF97DCB) is unknown color: approx Tea Rose. HEX triplet: F9, 7D and CB. RGB value is (249,125,203). Sum of RGB (Red+Green+Blue) = 249+125+203=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F97DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97DCB is #068234. Grayscale: #AAAAAA. Windows color (decimal): -426549 or 13336057. OLE color: 13336057.

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

Color convert

RGB249125203-
CMYK00.500.180.02
HSL322.26º91.18%73.33%-
HSV(B)322.26º49.8%97.65%-
XYZ57.1839.1261.04-
YUV170.97146.08183.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.15%
GREEN value IS 125 (49.22% from 255) = 21.66%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=43.15%
G=21.66%
B=35.18%

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
Decimal24912520300.500.180.02322.2691.1873.33
HexF97DCB0321221425b49
Octal371175313062222502133111
Binary111110011111101110010110110010100101010100001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97DCB; }

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

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

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

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

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

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

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

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