Html Css Color HEX #F86BE7 Pale Magenta

📋 copy color: '#F86BE7'

red 248 ◦ green 107 ◦ blue 231

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

Shades of Pale Magenta #F86BE7

Tints of Pale Magenta #F86BE7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.26%

 BLUE value IS 231 (90.63% from 255) = 39.42%

R = 42.32%
G = 18.26%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F86BE7 (or 0xF86BE7) is known color: Pale Magenta. HEX triplet: F8, 6B and E7. RGB value is (248,107,231). Sum of RGB (Red+Green+Blue) = 248+107+231=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 107 (42.19% from 255 or 18.26% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F86BE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86BE7 is #079418. Grayscale: #A2A2A2. Windows color (decimal): -496665 or 15166456. OLE color: 15166456.

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

Color convert

RGB 248 107 231 -
CMYK 0 0.57 0.07 0.03
HSL 307.23º 0.91% 0.7% -
HSV(B) 307.23º 0.57% 0.97% -
XYZ 58.39 36.24 79.52 -
YUV 163.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 248 107 231 0 0.57 0.07 0.03 307.23 0.91 0.7
Hex F8 6B E7 0 39 7 3 133 5B 46
Octal 370 153 347 0 71 7 3 463 133 106
Binary 11111000 1101011 11100111 0 111001 111 11 100110011 1011011 1000110

Color Harmonies of #F86BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86BE7

Black with #F86BE7

Text Example


Text Example

White with #F86BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86BE7; }

 p { color: rgb(248,107,231); }

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

background-color css

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

 a { background-color: rgb(248,107,231); }

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

border-color css

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

 span { border-color: rgb(248,107,231); }

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