Html Css Color HEX #F582E5 Pale Magenta

📋 copy color: '#F582E5'

red 245 ◦ green 130 ◦ blue 229

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

Shades of Pale Magenta #F582E5

Tints of Pale Magenta #F582E5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.52%

 BLUE value IS 229 (89.84% from 255) = 37.91%

R = 40.56%
G = 21.52%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F582E5 (or 0xF582E5) is known color: Pale Magenta. HEX triplet: F5, 82 and E5. RGB value is (245,130,229). Sum of RGB (Red+Green+Blue) = 245+130+229=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 130 (51.17% from 255 or 21.52% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F582E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582E5 is #0A7D1A. Grayscale: #AFAFAF. Windows color (decimal): -687387 or 15041269. OLE color: 15041269.

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

Color convert

RGB 245 130 229 -
CMYK 0 0.47 0.07 0.04
HSL 308.35º 0.85% 0.74% -
HSV(B) 308.35º 0.47% 0.96% -
XYZ 59.78 41.03 78.9 -
YUV 175.67 158.1 177.45 -
System Red Green Blue C M Y K H S L
Decimal 245 130 229 0 0.47 0.07 0.04 308.35 0.85 0.74
Hex F5 82 E5 0 2F 7 4 134 55 4A
Octal 365 202 345 0 57 7 4 464 125 112
Binary 11110101 10000010 11100101 0 101111 111 100 100110100 1010101 1001010

Color Harmonies of #F582E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F582E5

Black with #F582E5

Text Example


Text Example

White with #F582E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F582E5; }

 p { color: rgb(245,130,229); }

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

background-color css

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

 a { background-color: rgb(245,130,229); }

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

border-color css

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

 span { border-color: rgb(245,130,229); }

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