#F98ACF

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

Shades of Tea Rose #F98ACF

Tints of Tea Rose #F98ACF

Color information

#F98ACF (or 0xF98ACF) is unknown color: approx Tea Rose. HEX triplet: F9, 8A and CF. RGB value is (249,138,207). Sum of RGB (Red+Green+Blue) = 249+138+207=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ACF is #067530. Grayscale: #B2B2B2. Windows color (decimal): -423217 or 13601529. OLE color: 13601529.

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

Color convert

RGB249138207-
CMYK00.450.170.02
HSL322.7º90.24%75.88%-
HSV(B)322.7º44.58%97.65%-
XYZ59.4242.8264.17-
YUV179.06143.77177.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.92%
GREEN value IS 138 (54.30% from 255) = 23.23%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=41.92%
G=23.23%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913820700.450.170.02322.790.2475.88
HexF98ACF02D1121435a4c
Octal371212317055212503132114
Binary1111100110001010110011110101101100011010100001110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98ACF; }

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

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

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

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

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

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

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

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