Html Css Color HEX #F079E2 Pale Magenta

📋 copy color: '#F079E2'

red 240 ◦ green 121 ◦ blue 226

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

Shades of Pale Magenta #F079E2

Tints of Pale Magenta #F079E2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 20.61%

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

R = 40.89%
G = 20.61%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F079E2 (or 0xF079E2) is known color: Pale Magenta. HEX triplet: F0, 79 and E2. RGB value is (240,121,226). Sum of RGB (Red+Green+Blue) = 240+121+226=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 121 (47.66% from 255 or 20.61% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F079E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079E2 is #0F861D. Grayscale: #A8A8A8. Windows color (decimal): -1017374 or 14842352. OLE color: 14842352.

HSL color Cylindrical-coordinate representation of color #F079E2: hue angle of 307.06º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F079E2 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 121 226 -
CMYK 0 0.50 0.06 0.06
HSL 307.06º 0.8% 0.71% -
HSV(B) 307.06º 0.5% 0.94% -
XYZ 56.5 37.69 76.25 -
YUV 168.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 240 121 226 0 0.50 0.06 0.06 307.06 0.8 0.71
Hex F0 79 E2 0 32 6 6 133 50 47
Octal 360 171 342 0 62 6 6 463 120 107
Binary 11110000 1111001 11100010 0 110010 110 110 100110011 1010000 1000111

Color Harmonies of #F079E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F079E2

Black with #F079E2

Text Example


Text Example

White with #F079E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F079E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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