#F98ACC

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

Shades of Tea Rose #F98ACC

Tints of Tea Rose #F98ACC

Color information

#F98ACC (or 0xF98ACC) is unknown color: approx Tea Rose. HEX triplet: F9, 8A and CC. RGB value is (249,138,204). Sum of RGB (Red+Green+Blue) = 249+138+204=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ACC is #067533. Grayscale: #B2B2B2. Windows color (decimal): -423220 or 13404921. OLE color: 13404921.

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

Color convert

RGB249138204-
CMYK00.450.180.02
HSL324.32º90.24%75.88%-
HSV(B)324.32º44.58%97.65%-
XYZ59.0542.6862.25-
YUV178.71142.27178.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.13%
GREEN value IS 138 (54.30% from 255) = 23.35%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=42.13%
G=23.35%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913820400.450.180.02324.3290.2475.88
HexF98ACC02D1221445a4c
Octal371212314055222504132114
Binary1111100110001010110011000101101100101010100010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98ACC; }

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

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

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

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

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

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

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

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