#F98AC2

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

Shades of Tea Rose #F98AC2

Tints of Tea Rose #F98AC2

Color information

#F98AC2 (or 0xF98AC2) is unknown color: approx Tea Rose. HEX triplet: F9, 8A and C2. RGB value is (249,138,194). Sum of RGB (Red+Green+Blue) = 249+138+194=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F98AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98AC2 is #06753D. Grayscale: #B1B1B1. Windows color (decimal): -423230 or 12749561. OLE color: 12749561.

HSL color Cylindrical-coordinate representation of color #F98AC2: hue angle of 329.73º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98AC2 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB249138194-
CMYK00.450.220.02
HSL329.73º90.24%75.88%-
HSV(B)329.73º44.58%97.65%-
XYZ57.8942.2156.14-
YUV177.57137.27178.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.86%
GREEN value IS 138 (54.30% from 255) = 23.75%
BLUE value IS 194 (76.17% from 255) = 33.39%
R=42.86%
G=23.75%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913819400.450.220.02329.7390.2475.88
HexF98AC202D16214a5a4c
Octal371212302055262512132114
Binary1111100110001010110000100101101101101010100101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98AC2; }

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

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

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

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

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

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

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

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