Html Css Color HEX #F587EA Pale Magenta

📋 copy color: '#F587EA'

red 245 ◦ green 135 ◦ blue 234

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

Shades of Pale Magenta #F587EA

Tints of Pale Magenta #F587EA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 21.99%

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

R = 39.9%
G = 21.99%
B = 38.11%

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

#F587EA (or 0xF587EA) is known color: Pale Magenta. HEX triplet: F5, 87 and EA. RGB value is (245,135,234). Sum of RGB (Red+Green+Blue) = 245+135+234=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 135 (53.12% from 255 or 21.99% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F587EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F587EA is #0A7815. Grayscale: #B2B2B2. Windows color (decimal): -686102 or 15370229. OLE color: 15370229.

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

Color convert

RGB 245 135 234 -
CMYK 0 0.45 0.04 0.04
HSL 306º 0.85% 0.75% -
HSV(B) 306º 0.45% 0.96% -
XYZ 61.17 42.68 82.86 -
YUV 179.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 245 135 234 0 0.45 0.04 0.04 306 0.85 0.75
Hex F5 87 EA 0 2D 4 4 132 55 4B
Octal 365 207 352 0 55 4 4 462 125 113
Binary 11110101 10000111 11101010 0 101101 100 100 100110010 1010101 1001011

Color Harmonies of #F587EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F587EA

Black with #F587EA

Text Example


Text Example

White with #F587EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F587EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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