Html Css Color HEX #F98ADB Pale Magenta

📋 copy color: '#F98ADB'

red 249 ◦ green 138 ◦ blue 219

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

Shades of Pale Magenta #F98ADB

Tints of Pale Magenta #F98ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.77%

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

R = 41.09%
G = 22.77%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F98ADB (or 0xF98ADB) is known color: Pale Magenta. HEX triplet: F9, 8A and DB. RGB value is (249,138,219). Sum of RGB (Red+Green+Blue) = 249+138+219=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ADB is #067524. Grayscale: #B4B4B4. Windows color (decimal): -423205 or 14387961. OLE color: 14387961.

HSL color Cylindrical-coordinate representation of color #F98ADB: hue angle of 316.22º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98ADB is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 138 219 -
CMYK 0 0.45 0.12 0.02
HSL 316.22º 0.9% 0.76% -
HSV(B) 316.22º 0.45% 0.98% -
XYZ 60.94 43.43 72.19 -
YUV 180.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 249 138 219 0 0.45 0.12 0.02 316.22 0.9 0.76
Hex F9 8A DB 0 2D C 2 13C 5A 4C
Octal 371 212 333 0 55 14 2 474 132 114
Binary 11111001 10001010 11011011 0 101101 1100 10 100111100 1011010 1001100

Color Harmonies of #F98ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98ADB

Black with #F98ADB

Text Example


Text Example

White with #F98ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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