Html Css Color HEX #F086E3 Pale Magenta

📋 copy color: '#F086E3'

red 240 ◦ green 134 ◦ blue 227

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

Shades of Pale Magenta #F086E3

Tints of Pale Magenta #F086E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.77%

R = 39.93%
G = 22.3%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F086E3 (or 0xF086E3) is known color: Pale Magenta. HEX triplet: F0, 86 and E3. RGB value is (240,134,227). Sum of RGB (Red+Green+Blue) = 240+134+227=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F086E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086E3 is #0F791C. Grayscale: #B0B0B0. Windows color (decimal): -1014045 or 14911216. OLE color: 14911216.

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

Color convert

RGB 240 134 227 -
CMYK 0 0.44 0.05 0.06
HSL 307.36º 0.78% 0.73% -
HSV(B) 307.36º 0.44% 0.94% -
XYZ 58.33 41.12 77.54 -
YUV 176.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 240 134 227 0 0.44 0.05 0.06 307.36 0.78 0.73
Hex F0 86 E3 0 2C 5 6 133 4E 49
Octal 360 206 343 0 54 5 6 463 116 111
Binary 11110000 10000110 11100011 0 101100 101 110 100110011 1001110 1001001

Color Harmonies of #F086E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F086E3

Black with #F086E3

Text Example


Text Example

White with #F086E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F086E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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