Html Css Color HEX #F98BE2 Pale Magenta

📋 copy color: '#F98BE2'

red 249 ◦ green 139 ◦ blue 226

#F98BE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #F98BE2

Tints of Pale Magenta #F98BE2

RGB

 RED value IS 249 (97.66% from 255) = 40.55%

 GREEN value IS 139 (54.69% from 255) = 22.64%

 BLUE value IS 226 (88.67% from 255) = 36.81%

R = 40.55%
G = 22.64%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F98BE2 (or 0xF98BE2) is known color: Pale Magenta. HEX triplet: F9, 8B and E2. RGB value is (249,139,226). Sum of RGB (Red+Green+Blue) = 249+139+226=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 139 (54.69% from 255 or 22.64% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BE2 is #06741D. Grayscale: #B5B5B5. Windows color (decimal): -422942 or 14846969. OLE color: 14846969.

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

Color convert

RGB 249 139 226 -
CMYK 0 0.44 0.09 0.02
HSL 312.55º 0.9% 0.76% -
HSV(B) 312.55º 0.44% 0.98% -
XYZ 62.03 44.1 77.19 -
YUV 181.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 249 139 226 0 0.44 0.09 0.02 312.55 0.9 0.76
Hex F9 8B E2 0 2C 9 2 139 5A 4C
Octal 371 213 342 0 54 11 2 471 132 114
Binary 11111001 10001011 11100010 0 101100 1001 10 100111001 1011010 1001100

Color Harmonies of #F98BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98BE2

Black with #F98BE2

Text Example


Text Example

White with #F98BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98BE2; }

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

 H1.HeaderClassName
 {
   color: #F98BE2;
 }
 .AnyTagClassName
 {
   color: #F98BE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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