Html Css Color HEX #F582EB Pale Magenta

📋 copy color: '#F582EB'

red 245 ◦ green 130 ◦ blue 235

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

Shades of Pale Magenta #F582EB

Tints of Pale Magenta #F582EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.52%

R = 40.16%
G = 21.31%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F582EB (or 0xF582EB) is known color: Pale Magenta. HEX triplet: F5, 82 and EB. RGB value is (245,130,235). Sum of RGB (Red+Green+Blue) = 245+130+235=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 130 (51.17% from 255 or 21.31% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F582EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F582EB is #0A7D14. Grayscale: #B0B0B0. Windows color (decimal): -687381 or 15434485. OLE color: 15434485.

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

Color convert

RGB 245 130 235 -
CMYK 0 0.47 0.04 0.04
HSL 305.22º 0.85% 0.74% -
HSV(B) 305.22º 0.47% 0.96% -
XYZ 60.63 41.38 83.39 -
YUV 176.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 245 130 235 0 0.47 0.04 0.04 305.22 0.85 0.74
Hex F5 82 EB 0 2F 4 4 131 55 4A
Octal 365 202 353 0 57 4 4 461 125 112
Binary 11110101 10000010 11101011 0 101111 100 100 100110001 1010101 1001010

Color Harmonies of #F582EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F582EB

Black with #F582EB

Text Example


Text Example

White with #F582EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F582EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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