#F98BEE

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

Shades of Pale Magenta #F98BEE

Tints of Pale Magenta #F98BEE

Color information

#F98BEE (or 0xF98BEE) is unknown color: approx Pale Magenta. HEX triplet: F9, 8B and EE. RGB value is (249,139,238). Sum of RGB (Red+Green+Blue) = 249+139+238=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 139 (54.69% from 255 or 22.20% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98BEE is #067411. Grayscale: #B6B6B6. Windows color (decimal): -422930 or 15633401. OLE color: 15633401.

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

Color convert

RGB249139238-
CMYK00.440.040.02
HSL306º90.16%76.08%-
HSV(B)306º44.18%97.65%-
XYZ63.7344.7886.17-
YUV183.18158.94174.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.78%
GREEN value IS 139 (54.69% from 255) = 22.20%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=39.78%
G=22.20%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913923800.440.040.0230690.1676.08
HexF98BEE02C421325a4c
Octal37121335605442462132114
Binary11111001100010111110111001011001001010011001010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98BEE; }

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

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

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

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

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

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

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

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