Html Css Color HEX #F080E1 Pale Magenta

📋 copy color: '#F080E1'

red 240 ◦ green 128 ◦ blue 225

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

Shades of Pale Magenta #F080E1

Tints of Pale Magenta #F080E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.94%

R = 40.47%
G = 21.59%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F080E1 (or 0xF080E1) is known color: Pale Magenta. HEX triplet: F0, 80 and E1. RGB value is (240,128,225). Sum of RGB (Red+Green+Blue) = 240+128+225=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F080E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080E1 is #0F7F1E. Grayscale: #ACACAC. Windows color (decimal): -1015583 or 14778608. OLE color: 14778608.

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

Color convert

RGB 240 128 225 -
CMYK 0 0.47 0.06 0.06
HSL 308.04º 0.79% 0.72% -
HSV(B) 308.04º 0.47% 0.94% -
XYZ 57.24 39.4 75.82 -
YUV 172.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 240 128 225 0 0.47 0.06 0.06 308.04 0.79 0.72
Hex F0 80 E1 0 2F 6 6 134 4F 48
Octal 360 200 341 0 57 6 6 464 117 110
Binary 11110000 10000000 11100001 0 101111 110 110 100110100 1001111 1001000

Color Harmonies of #F080E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080E1

Black with #F080E1

Text Example


Text Example

White with #F080E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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