Html Css Color HEX #F080E2 Pale Magenta

📋 copy color: '#F080E2'

red 240 ◦ green 128 ◦ blue 226

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

Shades of Pale Magenta #F080E2

Tints of Pale Magenta #F080E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.05%

R = 40.4%
G = 21.55%
B = 38.05%

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

#F080E2 (or 0xF080E2) is known color: Pale Magenta. HEX triplet: F0, 80 and E2. RGB value is (240,128,226). Sum of RGB (Red+Green+Blue) = 240+128+226=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 226 (88.67% from 255 or 38.05% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F080E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080E2 is #0F7F1D. Grayscale: #ACACAC. Windows color (decimal): -1015582 or 14844144. OLE color: 14844144.

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

Color convert

RGB 240 128 226 -
CMYK 0 0.47 0.06 0.06
HSL 307.5º 0.79% 0.72% -
HSV(B) 307.5º 0.47% 0.94% -
XYZ 57.38 39.45 76.54 -
YUV 172.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 240 128 226 0 0.47 0.06 0.06 307.5 0.79 0.72
Hex F0 80 E2 0 2F 6 6 134 4F 48
Octal 360 200 342 0 57 6 6 464 117 110
Binary 11110000 10000000 11100010 0 101111 110 110 100110100 1001111 1001000

Color Harmonies of #F080E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080E2

Black with #F080E2

Text Example


Text Example

White with #F080E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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