Html Css Color HEX #F080D9 Pale Magenta

📋 copy color: '#F080D9'

red 240 ◦ green 128 ◦ blue 217

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

Shades of Pale Magenta #F080D9

Tints of Pale Magenta #F080D9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.88%

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

R = 41.03%
G = 21.88%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F080D9 (or 0xF080D9) is known color: Pale Magenta. HEX triplet: F0, 80 and D9. RGB value is (240,128,217). Sum of RGB (Red+Green+Blue) = 240+128+217=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F080D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080D9 is #0F7F26. Grayscale: #ABABAB. Windows color (decimal): -1015591 or 14254320. OLE color: 14254320.

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

Color convert

RGB 240 128 217 -
CMYK 0 0.47 0.10 0.06
HSL 312.32º 0.79% 0.72% -
HSV(B) 312.32º 0.47% 0.94% -
XYZ 56.18 38.97 70.21 -
YUV 171.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 240 128 217 0 0.47 0.10 0.06 312.32 0.79 0.72
Hex F0 80 D9 0 2F A 6 138 4F 48
Octal 360 200 331 0 57 12 6 470 117 110
Binary 11110000 10000000 11011001 0 101111 1010 110 100111000 1001111 1001000

Color Harmonies of #F080D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080D9

Black with #F080D9

Text Example


Text Example

White with #F080D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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