Html Css Color HEX #F077E4 Pale Magenta

📋 copy color: '#F077E4'

red 240 ◦ green 119 ◦ blue 228

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

Shades of Pale Magenta #F077E4

Tints of Pale Magenta #F077E4

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.27%

 BLUE value IS 228 (89.45% from 255) = 38.84%

R = 40.89%
G = 20.27%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F077E4 (or 0xF077E4) is known color: Pale Magenta. HEX triplet: F0, 77 and E4. RGB value is (240,119,228). Sum of RGB (Red+Green+Blue) = 240+119+228=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 119 (46.88% from 255 or 20.27% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F077E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077E4 is #0F881B. Grayscale: #A7A7A7. Windows color (decimal): -1017884 or 14972912. OLE color: 14972912.

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

Color convert

RGB 240 119 228 -
CMYK 0 0.50 0.05 0.06
HSL 305.95º 0.8% 0.7% -
HSV(B) 305.95º 0.5% 0.94% -
XYZ 56.54 37.32 77.62 -
YUV 167.61 162.09 179.64 -
System Red Green Blue C M Y K H S L
Decimal 240 119 228 0 0.50 0.05 0.06 305.95 0.8 0.7
Hex F0 77 E4 0 32 5 6 132 50 46
Octal 360 167 344 0 62 5 6 462 120 106
Binary 11110000 1110111 11100100 0 110010 101 110 100110010 1010000 1000110

Color Harmonies of #F077E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F077E4

Black with #F077E4

Text Example


Text Example

White with #F077E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F077E4; }

 p { color: rgb(240,119,228); }

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

background-color css

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

 a { background-color: rgb(240,119,228); }

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

border-color css

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

 span { border-color: rgb(240,119,228); }

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