Html Css Color HEX #F481D9 Pale Magenta

📋 copy color: '#F481D9'

red 244 ◦ green 129 ◦ blue 217

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

Shades of Pale Magenta #F481D9

Tints of Pale Magenta #F481D9

RGB

 RED value IS 244 (95.7% from 255) = 41.36%

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

 BLUE value IS 217 (85.16% from 255) = 36.78%

R = 41.36%
G = 21.86%
B = 36.78%

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

#F481D9 (or 0xF481D9) is known color: Pale Magenta. HEX triplet: F4, 81 and D9. RGB value is (244,129,217). Sum of RGB (Red+Green+Blue) = 244+129+217=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F481D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481D9 is #0B7E26. Grayscale: #ADADAD. Windows color (decimal): -753191 or 14254580. OLE color: 14254580.

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

Color convert

RGB 244 129 217 -
CMYK 0 0.47 0.11 0.04
HSL 314.09º 0.84% 0.73% -
HSV(B) 314.09º 0.47% 0.96% -
XYZ 57.68 39.94 70.32 -
YUV 173.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 244 129 217 0 0.47 0.11 0.04 314.09 0.84 0.73
Hex F4 81 D9 0 2F B 4 13A 54 49
Octal 364 201 331 0 57 13 4 472 124 111
Binary 11110100 10000001 11011001 0 101111 1011 100 100111010 1010100 1001001

Color Harmonies of #F481D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F481D9

Black with #F481D9

Text Example


Text Example

White with #F481D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F481D9; }

 p { color: rgb(244,129,217); }

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

background-color css

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

 a { background-color: rgb(244,129,217); }

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

border-color css

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

 span { border-color: rgb(244,129,217); }

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