Html Css Color HEX #F86ADC Pale Magenta

📋 copy color: '#F86ADC'

red 248 ◦ green 106 ◦ blue 220

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

Shades of Pale Magenta #F86ADC

Tints of Pale Magenta #F86ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 43.21%
G = 18.47%
B = 38.33%

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

#F86ADC (or 0xF86ADC) is known color: Pale Magenta. HEX triplet: F8, 6A and DC. RGB value is (248,106,220). Sum of RGB (Red+Green+Blue) = 248+106+220=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 106 (41.80% from 255 or 18.47% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F86ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86ADC is #079523. Grayscale: #A1A1A1. Windows color (decimal): -496932 or 14445304. OLE color: 14445304.

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

Color convert

RGB 248 106 220 -
CMYK 0 0.57 0.11 0.03
HSL 311.83º 0.91% 0.69% -
HSV(B) 311.83º 0.57% 0.97% -
XYZ 56.78 35.43 71.56 -
YUV 161.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 248 106 220 0 0.57 0.11 0.03 311.83 0.91 0.69
Hex F8 6A DC 0 39 B 3 138 5B 45
Octal 370 152 334 0 71 13 3 470 133 105
Binary 11111000 1101010 11011100 0 111001 1011 11 100111000 1011011 1000101

Color Harmonies of #F86ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86ADC

Black with #F86ADC

Text Example


Text Example

White with #F86ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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