Html Css Color HEX #F481DF Pale Magenta

📋 copy color: '#F481DF'

red 244 ◦ green 129 ◦ blue 223

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

Shades of Pale Magenta #F481DF

Tints of Pale Magenta #F481DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 40.94%
G = 21.64%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F481DF (or 0xF481DF) is known color: Pale Magenta. HEX triplet: F4, 81 and DF. RGB value is (244,129,223). Sum of RGB (Red+Green+Blue) = 244+129+223=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 129 (50.78% from 255 or 21.64% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F481DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481DF is #0B7E20. Grayscale: #ADADAD. Windows color (decimal): -753185 or 14647796. OLE color: 14647796.

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

Color convert

RGB 244 129 223 -
CMYK 0 0.47 0.09 0.04
HSL 310.96º 0.84% 0.73% -
HSV(B) 310.96º 0.47% 0.96% -
XYZ 58.48 40.26 74.5 -
YUV 174.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 244 129 223 0 0.47 0.09 0.04 310.96 0.84 0.73
Hex F4 81 DF 0 2F 9 4 137 54 49
Octal 364 201 337 0 57 11 4 467 124 111
Binary 11110100 10000001 11011111 0 101111 1001 100 100110111 1010100 1001001

Color Harmonies of #F481DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F481DF

Black with #F481DF

Text Example


Text Example

White with #F481DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F481DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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