#F980C2

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

Shades of Tea Rose #F980C2

Tints of Tea Rose #F980C2

Color information

#F980C2 (or 0xF980C2) is unknown color: approx Tea Rose. HEX triplet: F9, 80 and C2. RGB value is (249,128,194). Sum of RGB (Red+Green+Blue) = 249+128+194=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F980C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980C2 is #067F3D. Grayscale: #ABABAB. Windows color (decimal): -425790 or 12747001. OLE color: 12747001.

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

Color convert

RGB249128194-
CMYK00.490.220.02
HSL327.27º90.98%73.92%-
HSV(B)327.27º48.59%97.65%-
XYZ56.5239.4755.68-
YUV171.7140.59183.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 128 (50.39% from 255) = 22.42%
BLUE value IS 194 (76.17% from 255) = 33.98%
R=43.61%
G=22.42%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912819400.490.220.02327.2790.9873.92
HexF980C20311621475b4a
Octal371200302061262507133112
Binary1111100110000000110000100110001101101010100011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F980C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F980C2; }

 p { color: rgb(249,128,194); }

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

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

 a { background-color: rgb(249,128,194); }

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

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

 span { border-color: rgb(249,128,194); }

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