Html Css Color HEX #F686E1 Pale Magenta

📋 copy color: '#F686E1'

red 246 ◦ green 134 ◦ blue 225

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

Shades of Pale Magenta #F686E1

Tints of Pale Magenta #F686E1

RGB

 RED value IS 246 (96.48% from 255) = 40.66%

 GREEN value IS 134 (52.73% from 255) = 22.15%

 BLUE value IS 225 (88.28% from 255) = 37.19%

R = 40.66%
G = 22.15%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F686E1 (or 0xF686E1) is known color: Pale Magenta. HEX triplet: F6, 86 and E1. RGB value is (246,134,225). Sum of RGB (Red+Green+Blue) = 246+134+225=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 134 (52.73% from 255 or 22.15% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F686E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686E1 is #09791E. Grayscale: #B1B1B1. Windows color (decimal): -620831 or 14780150. OLE color: 14780150.

HSL color Cylindrical-coordinate representation of color #F686E1: hue angle of 311.25º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F686E1 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 134 225 -
CMYK 0 0.46 0.09 0.04
HSL 311.25º 0.86% 0.75% -
HSV(B) 311.25º 0.46% 0.96% -
XYZ 60.12 42.08 76.19 -
YUV 177.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 246 134 225 0 0.46 0.09 0.04 311.25 0.86 0.75
Hex F6 86 E1 0 2E 9 4 137 56 4B
Octal 366 206 341 0 56 11 4 467 126 113
Binary 11110110 10000110 11100001 0 101110 1001 100 100110111 1010110 1001011

Color Harmonies of #F686E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F686E1

Black with #F686E1

Text Example


Text Example

White with #F686E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F686E1; }

 p { color: rgb(246,134,225); }

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

background-color css

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

 a { background-color: rgb(246,134,225); }

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

border-color css

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

 span { border-color: rgb(246,134,225); }

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