Html Css Color HEX #F87ADD Pale Magenta

📋 copy color: '#F87ADD'

red 248 ◦ green 122 ◦ blue 221

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

Shades of Pale Magenta #F87ADD

Tints of Pale Magenta #F87ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.39%

R = 41.96%
G = 20.64%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F87ADD (or 0xF87ADD) is known color: Pale Magenta. HEX triplet: F8, 7A and DD. RGB value is (248,122,221). Sum of RGB (Red+Green+Blue) = 248+122+221=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 122 (48.05% from 255 or 20.64% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F87ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87ADD is #078522. Grayscale: #AAAAAA. Windows color (decimal): -492835 or 14514936. OLE color: 14514936.

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

Color convert

RGB 248 122 221 -
CMYK 0 0.51 0.11 0.03
HSL 312.86º 0.9% 0.73% -
HSV(B) 312.86º 0.51% 0.97% -
XYZ 58.72 39.1 72.86 -
YUV 170.96 156.24 182.95 -
System Red Green Blue C M Y K H S L
Decimal 248 122 221 0 0.51 0.11 0.03 312.86 0.9 0.73
Hex F8 7A DD 0 33 B 3 139 5A 49
Octal 370 172 335 0 63 13 3 471 132 111
Binary 11111000 1111010 11011101 0 110011 1011 11 100111001 1011010 1001001

Color Harmonies of #F87ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87ADD

Black with #F87ADD

Text Example


Text Example

White with #F87ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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