Html Css Color HEX #F581DD Pale Magenta

📋 copy color: '#F581DD'

red 245 ◦ green 129 ◦ blue 221

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

Shades of Pale Magenta #F581DD

Tints of Pale Magenta #F581DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 41.18%
G = 21.68%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F581DD (or 0xF581DD) is known color: Pale Magenta. HEX triplet: F5, 81 and DD. RGB value is (245,129,221). Sum of RGB (Red+Green+Blue) = 245+129+221=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F581DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581DD is #0A7E22. Grayscale: #ADADAD. Windows color (decimal): -687651 or 14516725. OLE color: 14516725.

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

Color convert

RGB 245 129 221 -
CMYK 0 0.47 0.10 0.04
HSL 312.41º 0.85% 0.73% -
HSV(B) 312.41º 0.47% 0.96% -
XYZ 58.56 40.33 73.11 -
YUV 174.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 245 129 221 0 0.47 0.10 0.04 312.41 0.85 0.73
Hex F5 81 DD 0 2F A 4 138 55 49
Octal 365 201 335 0 57 12 4 470 125 111
Binary 11110101 10000001 11011101 0 101111 1010 100 100111000 1010101 1001001

Color Harmonies of #F581DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F581DD

Black with #F581DD

Text Example


Text Example

White with #F581DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F581DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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