Html Css Color HEX #F98BDB Pale Magenta

📋 copy color: '#F98BDB'

red 249 ◦ green 139 ◦ blue 219

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

Shades of Pale Magenta #F98BDB

Tints of Pale Magenta #F98BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 41.02%
G = 22.9%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F98BDB (or 0xF98BDB) is known color: Pale Magenta. HEX triplet: F9, 8B and DB. RGB value is (249,139,219). Sum of RGB (Red+Green+Blue) = 249+139+219=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 139 (54.69% from 255 or 22.90% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BDB is #067424. Grayscale: #B4B4B4. Windows color (decimal): -422949 or 14388217. OLE color: 14388217.

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

Color convert

RGB 249 139 219 -
CMYK 0 0.44 0.12 0.02
HSL 316.36º 0.9% 0.76% -
HSV(B) 316.36º 0.44% 0.98% -
XYZ 61.09 43.72 72.24 -
YUV 181.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 249 139 219 0 0.44 0.12 0.02 316.36 0.9 0.76
Hex F9 8B DB 0 2C C 2 13C 5A 4C
Octal 371 213 333 0 54 14 2 474 132 114
Binary 11111001 10001011 11011011 0 101100 1100 10 100111100 1011010 1001100

Color Harmonies of #F98BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98BDB

Black with #F98BDB

Text Example


Text Example

White with #F98BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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