#F98BD6

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

Shades of Pale Magenta #F98BD6

Tints of Pale Magenta #F98BD6

Color information

#F98BD6 (or 0xF98BD6) is unknown color: approx Pale Magenta. HEX triplet: F9, 8B and D6. RGB value is (249,139,214). Sum of RGB (Red+Green+Blue) = 249+139+214=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 139 (54.69% from 255 or 23.09% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BD6 is #067429. Grayscale: #B4B4B4. Windows color (decimal): -422954 or 14060537. OLE color: 14060537.

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

Color convert

RGB249139214-
CMYK00.440.140.02
HSL319.09º90.16%76.08%-
HSV(B)319.09º44.18%97.65%-
XYZ60.4443.4668.82-
YUV180.44146.94176.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.36%
GREEN value IS 139 (54.69% from 255) = 23.09%
BLUE value IS 214 (83.98% from 255) = 35.55%
R=41.36%
G=23.09%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913921400.440.140.02319.0990.1676.08
HexF98BD602CE213f5a4c
Octal371213326054162477132114
Binary111110011000101111010110010110011101010011111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98BD6; }

 p { color: rgb(249,139,214); }

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

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

 a { background-color: rgb(249,139,214); }

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

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

 span { border-color: rgb(249,139,214); }

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