Html Css Color HEX #F86FE3 Pale Magenta

📋 copy color: '#F86FE3'

red 248 ◦ green 111 ◦ blue 227

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

Shades of Pale Magenta #F86FE3

Tints of Pale Magenta #F86FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.74%

R = 42.32%
G = 18.94%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F86FE3 (or 0xF86FE3) is known color: Pale Magenta. HEX triplet: F8, 6F and E3. RGB value is (248,111,227). Sum of RGB (Red+Green+Blue) = 248+111+227=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 111 (43.75% from 255 or 18.94% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86FE3 is #07901C. Grayscale: #A4A4A4. Windows color (decimal): -495645 or 14905336. OLE color: 14905336.

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

Color convert

RGB 248 111 227 -
CMYK 0 0.55 0.08 0.03
HSL 309.2º 0.91% 0.7% -
HSV(B) 309.2º 0.55% 0.97% -
XYZ 58.26 36.87 76.72 -
YUV 165.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 248 111 227 0 0.55 0.08 0.03 309.2 0.91 0.7
Hex F8 6F E3 0 37 8 3 135 5B 46
Octal 370 157 343 0 67 10 3 465 133 106
Binary 11111000 1101111 11100011 0 110111 1000 11 100110101 1011011 1000110

Color Harmonies of #F86FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86FE3

Black with #F86FE3

Text Example


Text Example

White with #F86FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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