Html Css Color HEX #F086E2 Pale Magenta

📋 copy color: '#F086E2'

red 240 ◦ green 134 ◦ blue 226

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

Shades of Pale Magenta #F086E2

Tints of Pale Magenta #F086E2

RGB

 RED value IS 240 (94.14% from 255) = 40%

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

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

R = 40%
G = 22.33%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F086E2 (or 0xF086E2) is known color: Pale Magenta. HEX triplet: F0, 86 and E2. RGB value is (240,134,226). Sum of RGB (Red+Green+Blue) = 240+134+226=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 134 (52.73% from 255 or 22.33% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F086E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086E2 is #0F791D. Grayscale: #AFAFAF. Windows color (decimal): -1014046 or 14845680. OLE color: 14845680.

HSL color Cylindrical-coordinate representation of color #F086E2: hue angle of 307.92º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086E2 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 226 -
CMYK 0 0.44 0.06 0.06
HSL 307.92º 0.78% 0.73% -
HSV(B) 307.92º 0.44% 0.94% -
XYZ 58.19 41.07 76.81 -
YUV 176.18 156.12 173.52 -
System Red Green Blue C M Y K H S L
Decimal 240 134 226 0 0.44 0.06 0.06 307.92 0.78 0.73
Hex F0 86 E2 0 2C 6 6 134 4E 49
Octal 360 206 342 0 54 6 6 464 116 111
Binary 11110000 10000110 11100010 0 101100 110 110 100110100 1001110 1001001

Color Harmonies of #F086E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F086E2

Black with #F086E2

Text Example


Text Example

White with #F086E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F086E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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