Html Css Color HEX #F081D9 Pale Magenta

📋 copy color: '#F081D9'

red 240 ◦ green 129 ◦ blue 217

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

Shades of Pale Magenta #F081D9

Tints of Pale Magenta #F081D9

RGB

 RED value IS 240 (94.14% from 255) = 40.96%

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

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

R = 40.96%
G = 22.01%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F081D9 (or 0xF081D9) is known color: Pale Magenta. HEX triplet: F0, 81 and D9. RGB value is (240,129,217). Sum of RGB (Red+Green+Blue) = 240+129+217=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F081D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081D9 is #0F7E26. Grayscale: #ABABAB. Windows color (decimal): -1015335 or 14254576. OLE color: 14254576.

HSL color Cylindrical-coordinate representation of color #F081D9: hue angle of 312.43º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081D9 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 217 -
CMYK 0 0.46 0.10 0.06
HSL 312.43º 0.79% 0.72% -
HSV(B) 312.43º 0.46% 0.94% -
XYZ 56.31 39.24 70.25 -
YUV 172.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 240 129 217 0 0.46 0.10 0.06 312.43 0.79 0.72
Hex F0 81 D9 0 2E A 6 138 4F 48
Octal 360 201 331 0 56 12 6 470 117 110
Binary 11110000 10000001 11011001 0 101110 1010 110 100111000 1001111 1001000

Color Harmonies of #F081D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081D9

Black with #F081D9

Text Example


Text Example

White with #F081D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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