Html Css Color HEX #F58AE0 Pale Magenta

📋 copy color: '#F58AE0'

red 245 ◦ green 138 ◦ blue 224

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

Shades of Pale Magenta #F58AE0

Tints of Pale Magenta #F58AE0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.73%

 BLUE value IS 224 (87.89% from 255) = 36.9%

R = 40.36%
G = 22.73%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F58AE0 (or 0xF58AE0) is known color: Pale Magenta. HEX triplet: F5, 8A and E0. RGB value is (245,138,224). Sum of RGB (Red+Green+Blue) = 245+138+224=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 138 (54.30% from 255 or 22.73% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F58AE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58AE0 is #0A751F. Grayscale: #B3B3B3. Windows color (decimal): -685344 or 14715637. OLE color: 14715637.

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

Color convert

RGB 245 138 224 -
CMYK 0 0.44 0.09 0.04
HSL 311.78º 0.84% 0.75% -
HSV(B) 311.78º 0.44% 0.96% -
XYZ 60.2 42.97 75.64 -
YUV 179.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 245 138 224 0 0.44 0.09 0.04 311.78 0.84 0.75
Hex F5 8A E0 0 2C 9 4 138 54 4B
Octal 365 212 340 0 54 11 4 470 124 113
Binary 11110101 10001010 11100000 0 101100 1001 100 100111000 1010100 1001011

Color Harmonies of #F58AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58AE0

Black with #F58AE0

Text Example


Text Example

White with #F58AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58AE0; }

 p { color: rgb(245,138,224); }

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

background-color css

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

 a { background-color: rgb(245,138,224); }

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

border-color css

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

 span { border-color: rgb(245,138,224); }

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