Html Css Color HEX #F88BDB Pale Magenta

📋 copy color: '#F88BDB'

red 248 ◦ green 139 ◦ blue 219

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

Shades of Pale Magenta #F88BDB

Tints of Pale Magenta #F88BDB

RGB

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

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

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

R = 40.92%
G = 22.94%
B = 36.14%

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

#F88BDB (or 0xF88BDB) is known color: Pale Magenta. HEX triplet: F8, 8B and DB. RGB value is (248,139,219). Sum of RGB (Red+Green+Blue) = 248+139+219=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88BDB is #077424. Grayscale: #B4B4B4. Windows color (decimal): -488485 or 14388216. OLE color: 14388216.

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

Color convert

RGB 248 139 219 -
CMYK 0 0.44 0.12 0.03
HSL 315.96º 0.89% 0.76% -
HSV(B) 315.96º 0.44% 0.97% -
XYZ 60.73 43.54 72.22 -
YUV 180.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 248 139 219 0 0.44 0.12 0.03 315.96 0.89 0.76
Hex F8 8B DB 0 2C C 3 13C 59 4C
Octal 370 213 333 0 54 14 3 474 131 114
Binary 11111000 10001011 11011011 0 101100 1100 11 100111100 1011001 1001100

Color Harmonies of #F88BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88BDB

Black with #F88BDB

Text Example


Text Example

White with #F88BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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