Html Css Color HEX #F582E3 Pale Magenta

📋 copy color: '#F582E3'

red 245 ◦ green 130 ◦ blue 227

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

Shades of Pale Magenta #F582E3

Tints of Pale Magenta #F582E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.71%

R = 40.7%
G = 21.59%
B = 37.71%

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

#F582E3 (or 0xF582E3) is known color: Pale Magenta. HEX triplet: F5, 82 and E3. RGB value is (245,130,227). Sum of RGB (Red+Green+Blue) = 245+130+227=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 130 (51.17% from 255 or 21.59% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F582E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582E3 is #0A7D1C. Grayscale: #AFAFAF. Windows color (decimal): -687389 or 14910197. OLE color: 14910197.

HSL color Cylindrical-coordinate representation of color #F582E3: hue angle of 309.39º 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 #F582E3 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 130 227 -
CMYK 0 0.47 0.07 0.04
HSL 309.39º 0.85% 0.74% -
HSV(B) 309.39º 0.47% 0.96% -
XYZ 59.5 40.92 77.44 -
YUV 175.44 157.1 177.61 -
System Red Green Blue C M Y K H S L
Decimal 245 130 227 0 0.47 0.07 0.04 309.39 0.85 0.74
Hex F5 82 E3 0 2F 7 4 135 55 4A
Octal 365 202 343 0 57 7 4 465 125 112
Binary 11110101 10000010 11100011 0 101111 111 100 100110101 1010101 1001010

Color Harmonies of #F582E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F582E3

Black with #F582E3

Text Example


Text Example

White with #F582E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F582E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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