Html Css Color HEX #F87ADB Pale Magenta

📋 copy color: '#F87ADB'

red 248 ◦ green 122 ◦ blue 219

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

Shades of Pale Magenta #F87ADB

Tints of Pale Magenta #F87ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.71%

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

R = 42.11%
G = 20.71%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F87ADB (or 0xF87ADB) is known color: Pale Magenta. HEX triplet: F8, 7A and DB. RGB value is (248,122,219). Sum of RGB (Red+Green+Blue) = 248+122+219=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F87ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87ADB is #078524. Grayscale: #AAAAAA. Windows color (decimal): -492837 or 14383864. OLE color: 14383864.

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

Color convert

RGB 248 122 219 -
CMYK 0 0.51 0.12 0.03
HSL 313.81º 0.9% 0.73% -
HSV(B) 313.81º 0.51% 0.97% -
XYZ 58.46 38.99 71.46 -
YUV 170.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 248 122 219 0 0.51 0.12 0.03 313.81 0.9 0.73
Hex F8 7A DB 0 33 C 3 13A 5A 49
Octal 370 172 333 0 63 14 3 472 132 111
Binary 11111000 1111010 11011011 0 110011 1100 11 100111010 1011010 1001001

Color Harmonies of #F87ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87ADB

Black with #F87ADB

Text Example


Text Example

White with #F87ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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