Html Css Color HEX #F77FDE Pale Magenta

📋 copy color: '#F77FDE'

red 247 ◦ green 127 ◦ blue 222

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

Shades of Pale Magenta #F77FDE

Tints of Pale Magenta #F77FDE

RGB

 RED value IS 247 (96.88% from 255) = 41.44%

 GREEN value IS 127 (50% from 255) = 21.31%

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

R = 41.44%
G = 21.31%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F77FDE (or 0xF77FDE) is known color: Pale Magenta. HEX triplet: F7, 7F and DE. RGB value is (247,127,222). Sum of RGB (Red+Green+Blue) = 247+127+222=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 127 (50% from 255 or 21.31% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FDE is #088021. Grayscale: #ADADAD. Windows color (decimal): -557090 or 14581751. OLE color: 14581751.

HSL color Cylindrical-coordinate representation of color #F77FDE: hue angle of 312.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77FDE is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 127 222 -
CMYK 0 0.49 0.10 0.03
HSL 312.5º 0.88% 0.73% -
HSV(B) 312.5º 0.49% 0.97% -
XYZ 59.13 40.23 73.76 -
YUV 173.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 247 127 222 0 0.49 0.10 0.03 312.5 0.88 0.73
Hex F7 7F DE 0 31 A 3 138 58 49
Octal 367 177 336 0 61 12 3 470 130 111
Binary 11110111 1111111 11011110 0 110001 1010 11 100111000 1011000 1001001

Color Harmonies of #F77FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77FDE

Black with #F77FDE

Text Example


Text Example

White with #F77FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77FDE; }

 p { color: rgb(247,127,222); }

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

background-color css

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

 a { background-color: rgb(247,127,222); }

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

border-color css

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

 span { border-color: rgb(247,127,222); }

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