Html Css Color HEX #F98CDB Pale Magenta

📋 copy color: '#F98CDB'

red 249 ◦ green 140 ◦ blue 219

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

Shades of Pale Magenta #F98CDB

Tints of Pale Magenta #F98CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.03%

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

R = 40.95%
G = 23.03%
B = 36.02%

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

#F98CDB (or 0xF98CDB) is known color: Pale Magenta. HEX triplet: F9, 8C and DB. RGB value is (249,140,219). Sum of RGB (Red+Green+Blue) = 249+140+219=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CDB is #067324. Grayscale: #B5B5B5. Windows color (decimal): -422693 or 14388473. OLE color: 14388473.

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

Color convert

RGB 249 140 219 -
CMYK 0 0.44 0.12 0.02
HSL 316.51º 0.9% 0.76% -
HSV(B) 316.51º 0.44% 0.98% -
XYZ 61.23 44.01 72.29 -
YUV 181.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 249 140 219 0 0.44 0.12 0.02 316.51 0.9 0.76
Hex F9 8C DB 0 2C C 2 13D 5A 4C
Octal 371 214 333 0 54 14 2 475 132 114
Binary 11111001 10001100 11011011 0 101100 1100 10 100111101 1011010 1001100

Color Harmonies of #F98CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CDB

Black with #F98CDB

Text Example


Text Example

White with #F98CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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