Html Css Color HEX #F58EEA Pale Magenta

📋 copy color: '#F58EEA'

red 245 ◦ green 142 ◦ blue 234

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

Shades of Pale Magenta #F58EEA

Tints of Pale Magenta #F58EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 22.87%

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

R = 39.45%
G = 22.87%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F58EEA (or 0xF58EEA) is known color: Pale Magenta. HEX triplet: F5, 8E and EA. RGB value is (245,142,234). Sum of RGB (Red+Green+Blue) = 245+142+234=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 142 (55.86% from 255 or 22.87% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58EEA is #0A7115. Grayscale: #B7B7B7. Windows color (decimal): -684310 or 15372021. OLE color: 15372021.

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

Color convert

RGB 245 142 234 -
CMYK 0 0.42 0.04 0.04
HSL 306.41º 0.84% 0.76% -
HSV(B) 306.41º 0.42% 0.96% -
XYZ 62.18 44.7 83.19 -
YUV 183.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 245 142 234 0 0.42 0.04 0.04 306.41 0.84 0.76
Hex F5 8E EA 0 2A 4 4 132 54 4C
Octal 365 216 352 0 52 4 4 462 124 114
Binary 11110101 10001110 11101010 0 101010 100 100 100110010 1010100 1001100

Color Harmonies of #F58EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58EEA

Black with #F58EEA

Text Example


Text Example

White with #F58EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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