#F98BE5

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

Shades of Pale Magenta #F98BE5

Tints of Pale Magenta #F98BE5

Color information

#F98BE5 (or 0xF98BE5) is unknown color: approx Pale Magenta. HEX triplet: F9, 8B and E5. RGB value is (249,139,229). Sum of RGB (Red+Green+Blue) = 249+139+229=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 139 (54.69% from 255 or 22.53% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BE5 is #06741A. Grayscale: #B5B5B5. Windows color (decimal): -422939 or 15043577. OLE color: 15043577.

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

Color convert

RGB249139229-
CMYK00.440.080.02
HSL310.91º90.16%76.08%-
HSV(B)310.91º44.18%97.65%-
XYZ62.4444.2679.38-
YUV182.15154.44175.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.36%
GREEN value IS 139 (54.69% from 255) = 22.53%
BLUE value IS 229 (89.84% from 255) = 37.12%
R=40.36%
G=22.53%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913922900.440.080.02310.9190.1676.08
HexF98BE502C821375a4c
Octal371213345054102467132114
Binary111110011000101111100101010110010001010011011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98BE5; }

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

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

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

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

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

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

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

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