Html Css Color HEX #F86FDC Pale Magenta

📋 copy color: '#F86FDC'

red 248 ◦ green 111 ◦ blue 220

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

Shades of Pale Magenta #F86FDC

Tints of Pale Magenta #F86FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.17%

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

R = 42.83%
G = 19.17%
B = 38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F86FDC (or 0xF86FDC) is known color: Pale Magenta. HEX triplet: F8, 6F and DC. RGB value is (248,111,220). Sum of RGB (Red+Green+Blue) = 248+111+220=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 111 (43.75% from 255 or 19.17% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86FDC is #079023. Grayscale: #A4A4A4. Windows color (decimal): -495652 or 14446584. OLE color: 14446584.

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

Color convert

RGB 248 111 220 -
CMYK 0 0.55 0.11 0.03
HSL 312.26º 0.91% 0.7% -
HSV(B) 312.26º 0.55% 0.97% -
XYZ 57.31 36.49 71.73 -
YUV 164.39 159.39 187.64 -
System Red Green Blue C M Y K H S L
Decimal 248 111 220 0 0.55 0.11 0.03 312.26 0.91 0.7
Hex F8 6F DC 0 37 B 3 138 5B 46
Octal 370 157 334 0 67 13 3 470 133 106
Binary 11111000 1101111 11011100 0 110111 1011 11 100111000 1011011 1000110

Color Harmonies of #F86FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86FDC

Black with #F86FDC

Text Example


Text Example

White with #F86FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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