Html Css Color HEX #F586EA Pale Magenta

📋 copy color: '#F586EA'

red 245 ◦ green 134 ◦ blue 234

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

Shades of Pale Magenta #F586EA

Tints of Pale Magenta #F586EA

RGB

 RED value IS 245 (96.09% from 255) = 39.97%

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

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 39.97%
G = 21.86%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F586EA (or 0xF586EA) is known color: Pale Magenta. HEX triplet: F5, 86 and EA. RGB value is (245,134,234). Sum of RGB (Red+Green+Blue) = 245+134+234=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 134 (52.73% from 255 or 21.86% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F586EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F586EA is #0A7915. Grayscale: #B2B2B2. Windows color (decimal): -686358 or 15369973. OLE color: 15369973.

HSL color Cylindrical-coordinate representation of color #F586EA: hue angle of 305.95º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F586EA is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 134 234 -
CMYK 0 0.45 0.04 0.04
HSL 305.95º 0.85% 0.74% -
HSV(B) 305.95º 0.45% 0.96% -
XYZ 61.03 42.4 82.81 -
YUV 178.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 245 134 234 0 0.45 0.04 0.04 305.95 0.85 0.74
Hex F5 86 EA 0 2D 4 4 132 55 4A
Octal 365 206 352 0 55 4 4 462 125 112
Binary 11110101 10000110 11101010 0 101101 100 100 100110010 1010101 1001010

Color Harmonies of #F586EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F586EA

Black with #F586EA

Text Example


Text Example

White with #F586EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F586EA; }

 p { color: rgb(245,134,234); }

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

background-color css

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

 a { background-color: rgb(245,134,234); }

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

border-color css

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

 span { border-color: rgb(245,134,234); }

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