Html Css Color HEX #F87AD8 Pale Magenta

📋 copy color: '#F87AD8'

red 248 ◦ green 122 ◦ blue 216

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

Shades of Pale Magenta #F87AD8

Tints of Pale Magenta #F87AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.86%

R = 42.32%
G = 20.82%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F87AD8 (or 0xF87AD8) is known color: Pale Magenta. HEX triplet: F8, 7A and D8. RGB value is (248,122,216). Sum of RGB (Red+Green+Blue) = 248+122+216=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 122 (48.05% from 255 or 20.82% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87AD8 is #078527. Grayscale: #AAAAAA. Windows color (decimal): -492840 or 14187256. OLE color: 14187256.

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

Color convert

RGB 248 122 216 -
CMYK 0 0.51 0.13 0.03
HSL 315.24º 0.9% 0.73% -
HSV(B) 315.24º 0.51% 0.97% -
XYZ 58.07 38.83 69.4 -
YUV 170.39 153.74 183.36 -
System Red Green Blue C M Y K H S L
Decimal 248 122 216 0 0.51 0.13 0.03 315.24 0.9 0.73
Hex F8 7A D8 0 33 D 3 13B 5A 49
Octal 370 172 330 0 63 15 3 473 132 111
Binary 11111000 1111010 11011000 0 110011 1101 11 100111011 1011010 1001001

Color Harmonies of #F87AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87AD8

Black with #F87AD8

Text Example


Text Example

White with #F87AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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