Html Css Color HEX #F88ADB Pale Magenta

📋 copy color: '#F88ADB'

red 248 ◦ green 138 ◦ blue 219

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

Shades of Pale Magenta #F88ADB

Tints of Pale Magenta #F88ADB

RGB

 RED value IS 248 (97.27% from 255) = 40.99%

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

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

R = 40.99%
G = 22.81%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F88ADB (or 0xF88ADB) is known color: Pale Magenta. HEX triplet: F8, 8A and DB. RGB value is (248,138,219). Sum of RGB (Red+Green+Blue) = 248+138+219=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F88ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88ADB is #077524. Grayscale: #B3B3B3. Windows color (decimal): -488741 or 14387960. OLE color: 14387960.

HSL color Cylindrical-coordinate representation of color #F88ADB: hue angle of 315.82º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88ADB is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 138 219 -
CMYK 0 0.44 0.12 0.03
HSL 315.82º 0.89% 0.76% -
HSV(B) 315.82º 0.44% 0.97% -
XYZ 60.59 43.25 72.17 -
YUV 180.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 248 138 219 0 0.44 0.12 0.03 315.82 0.89 0.76
Hex F8 8A DB 0 2C C 3 13C 59 4C
Octal 370 212 333 0 54 14 3 474 131 114
Binary 11111000 10001010 11011011 0 101100 1100 11 100111100 1011001 1001100

Color Harmonies of #F88ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88ADB

Black with #F88ADB

Text Example


Text Example

White with #F88ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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