Html Css Color HEX #F581D7 Pale Magenta

📋 copy color: '#F581D7'

red 245 ◦ green 129 ◦ blue 215

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

Shades of Pale Magenta #F581D7

Tints of Pale Magenta #F581D7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.9%

 BLUE value IS 215 (84.38% from 255) = 36.5%

R = 41.6%
G = 21.9%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F581D7 (or 0xF581D7) is known color: Pale Magenta. HEX triplet: F5, 81 and D7. RGB value is (245,129,215). Sum of RGB (Red+Green+Blue) = 245+129+215=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F581D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581D7 is #0A7E28. Grayscale: #ADADAD. Windows color (decimal): -687657 or 14123509. OLE color: 14123509.

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

Color convert

RGB 245 129 215 -
CMYK 0 0.47 0.12 0.04
HSL 315.52º 0.85% 0.73% -
HSV(B) 315.52º 0.47% 0.96% -
XYZ 57.77 40.02 68.97 -
YUV 173.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 245 129 215 0 0.47 0.12 0.04 315.52 0.85 0.73
Hex F5 81 D7 0 2F C 4 13C 55 49
Octal 365 201 327 0 57 14 4 474 125 111
Binary 11110101 10000001 11010111 0 101111 1100 100 100111100 1010101 1001001

Color Harmonies of #F581D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F581D7

Black with #F581D7

Text Example


Text Example

White with #F581D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F581D7; }

 p { color: rgb(245,129,215); }

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

background-color css

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

 a { background-color: rgb(245,129,215); }

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

border-color css

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

 span { border-color: rgb(245,129,215); }

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