Html Css Color HEX #F86FEA Pale Magenta

📋 copy color: '#F86FEA'

red 248 ◦ green 111 ◦ blue 234

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

Shades of Pale Magenta #F86FEA

Tints of Pale Magenta #F86FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.46%

R = 41.82%
G = 18.72%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F86FEA (or 0xF86FEA) is known color: Pale Magenta. HEX triplet: F8, 6F and EA. RGB value is (248,111,234). Sum of RGB (Red+Green+Blue) = 248+111+234=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 111 (43.75% from 255 or 18.72% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86FEA is #079015. Grayscale: #A5A5A5. Windows color (decimal): -495638 or 15364088. OLE color: 15364088.

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

Color convert

RGB 248 111 234 -
CMYK 0 0.55 0.06 0.03
HSL 306.13º 0.91% 0.7% -
HSV(B) 306.13º 0.55% 0.97% -
XYZ 59.25 37.27 81.91 -
YUV 165.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 248 111 234 0 0.55 0.06 0.03 306.13 0.91 0.7
Hex F8 6F EA 0 37 6 3 132 5B 46
Octal 370 157 352 0 67 6 3 462 133 106
Binary 11111000 1101111 11101010 0 110111 110 11 100110010 1011011 1000110

Color Harmonies of #F86FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86FEA

Black with #F86FEA

Text Example


Text Example

White with #F86FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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