Html Css Color HEX #F686E2 Pale Magenta

📋 copy color: '#F686E2'

red 246 ◦ green 134 ◦ blue 226

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

Shades of Pale Magenta #F686E2

Tints of Pale Magenta #F686E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.29%

R = 40.59%
G = 22.11%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F686E2 (or 0xF686E2) is known color: Pale Magenta. HEX triplet: F6, 86 and E2. RGB value is (246,134,226). Sum of RGB (Red+Green+Blue) = 246+134+226=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 134 (52.73% from 255 or 22.11% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F686E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686E2 is #09791D. Grayscale: #B1B1B1. Windows color (decimal): -620830 or 14845686. OLE color: 14845686.

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

Color convert

RGB 246 134 226 -
CMYK 0 0.46 0.08 0.04
HSL 310.71º 0.86% 0.75% -
HSV(B) 310.71º 0.46% 0.96% -
XYZ 60.26 42.13 76.91 -
YUV 177.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 246 134 226 0 0.46 0.08 0.04 310.71 0.86 0.75
Hex F6 86 E2 0 2E 8 4 137 56 4B
Octal 366 206 342 0 56 10 4 467 126 113
Binary 11110110 10000110 11100010 0 101110 1000 100 100110111 1010110 1001011

Color Harmonies of #F686E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F686E2

Black with #F686E2

Text Example


Text Example

White with #F686E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F686E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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