#F98AD7

Color #F98AD7 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F98AD7

Tints of Pale Magenta #F98AD7

Color information

#F98AD7 (or 0xF98AD7) is unknown color: approx Pale Magenta. HEX triplet: F9, 8A and D7. RGB value is (249,138,215). Sum of RGB (Red+Green+Blue) = 249+138+215=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F98AD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98AD7 is #067528. Grayscale: #B3B3B3. Windows color (decimal): -423209 or 14125817. OLE color: 14125817.

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

Color convert

RGB249138215-
CMYK00.450.140.02
HSL318.38º90.24%75.88%-
HSV(B)318.38º44.58%97.65%-
XYZ60.4243.2269.45-
YUV179.97147.77177.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.36%
GREEN value IS 138 (54.30% from 255) = 22.92%
BLUE value IS 215 (84.38% from 255) = 35.71%
R=41.36%
G=22.92%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913821500.450.140.02318.3890.2475.88
HexF98AD702DE213e5a4c
Octal371212327055162476132114
Binary111110011000101011010111010110111101010011111010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98AD7; }

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

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

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

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

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

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

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

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