Html Css Color HEX #F582DA Pale Magenta

📋 copy color: '#F582DA'

red 245 ◦ green 130 ◦ blue 218

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

Shades of Pale Magenta #F582DA

Tints of Pale Magenta #F582DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 41.32%
G = 21.92%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F582DA (or 0xF582DA) is known color: Pale Magenta. HEX triplet: F5, 82 and DA. RGB value is (245,130,218). Sum of RGB (Red+Green+Blue) = 245+130+218=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F582DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582DA is #0A7D25. Grayscale: #AEAEAE. Windows color (decimal): -687398 or 14320373. OLE color: 14320373.

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

Color convert

RGB 245 130 218 -
CMYK 0 0.47 0.11 0.04
HSL 314.09º 0.85% 0.74% -
HSV(B) 314.09º 0.47% 0.96% -
XYZ 58.29 40.44 71.06 -
YUV 174.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 245 130 218 0 0.47 0.11 0.04 314.09 0.85 0.74
Hex F5 82 DA 0 2F B 4 13A 55 4A
Octal 365 202 332 0 57 13 4 472 125 112
Binary 11110101 10000010 11011010 0 101111 1011 100 100111010 1010101 1001010

Color Harmonies of #F582DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F582DA

Black with #F582DA

Text Example


Text Example

White with #F582DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F582DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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