Html Css Color HEX #F86ADD Pale Magenta

📋 copy color: '#F86ADD'

red 248 ◦ green 106 ◦ blue 221

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

Shades of Pale Magenta #F86ADD

Tints of Pale Magenta #F86ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.43%

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

R = 43.13%
G = 18.43%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F86ADD (or 0xF86ADD) is known color: Pale Magenta. HEX triplet: F8, 6A and DD. RGB value is (248,106,221). Sum of RGB (Red+Green+Blue) = 248+106+221=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 106 (41.80% from 255 or 18.43% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F86ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86ADD is #079522. Grayscale: #A1A1A1. Windows color (decimal): -496931 or 14510840. OLE color: 14510840.

HSL color Cylindrical-coordinate representation of color #F86ADD: hue angle of 311.41º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86ADD is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 106 221 -
CMYK 0 0.57 0.11 0.03
HSL 311.41º 0.91% 0.69% -
HSV(B) 311.41º 0.57% 0.97% -
XYZ 56.92 35.48 72.26 -
YUV 161.57 161.54 189.65 -
System Red Green Blue C M Y K H S L
Decimal 248 106 221 0 0.57 0.11 0.03 311.41 0.91 0.69
Hex F8 6A DD 0 39 B 3 137 5B 45
Octal 370 152 335 0 71 13 3 467 133 105
Binary 11111000 1101010 11011101 0 111001 1011 11 100110111 1011011 1000101

Color Harmonies of #F86ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86ADD

Black with #F86ADD

Text Example


Text Example

White with #F86ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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