Html Css Color HEX #F079DE Pale Magenta

📋 copy color: '#F079DE'

red 240 ◦ green 121 ◦ blue 222

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

Shades of Pale Magenta #F079DE

Tints of Pale Magenta #F079DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.08%

R = 41.17%
G = 20.75%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F079DE (or 0xF079DE) is known color: Pale Magenta. HEX triplet: F0, 79 and DE. RGB value is (240,121,222). Sum of RGB (Red+Green+Blue) = 240+121+222=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 121 (47.66% from 255 or 20.75% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F079DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079DE is #0F8621. Grayscale: #A7A7A7. Windows color (decimal): -1017378 or 14580208. OLE color: 14580208.

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

Color convert

RGB 240 121 222 -
CMYK 0 0.50 0.08 0.06
HSL 309.08º 0.8% 0.71% -
HSV(B) 309.08º 0.5% 0.94% -
XYZ 55.96 37.47 73.39 -
YUV 168.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 240 121 222 0 0.50 0.08 0.06 309.08 0.8 0.71
Hex F0 79 DE 0 32 8 6 135 50 47
Octal 360 171 336 0 62 10 6 465 120 107
Binary 11110000 1111001 11011110 0 110010 1000 110 100110101 1010000 1000111

Color Harmonies of #F079DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F079DE

Black with #F079DE

Text Example


Text Example

White with #F079DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F079DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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