Html Css Color HEX #F77CDE Pale Magenta

📋 copy color: '#F77CDE'

red 247 ◦ green 124 ◦ blue 222

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

Shades of Pale Magenta #F77CDE

Tints of Pale Magenta #F77CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.91%

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

R = 41.65%
G = 20.91%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F77CDE (or 0xF77CDE) is known color: Pale Magenta. HEX triplet: F7, 7C and DE. RGB value is (247,124,222). Sum of RGB (Red+Green+Blue) = 247+124+222=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 124 (48.83% from 255 or 20.91% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CDE is #088321. Grayscale: #ABABAB. Windows color (decimal): -557858 or 14580983. OLE color: 14580983.

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

Color convert

RGB 247 124 222 -
CMYK 0 0.50 0.10 0.03
HSL 312.2º 0.88% 0.73% -
HSV(B) 312.2º 0.5% 0.97% -
XYZ 58.75 39.46 73.63 -
YUV 171.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 247 124 222 0 0.50 0.10 0.03 312.2 0.88 0.73
Hex F7 7C DE 0 32 A 3 138 58 49
Octal 367 174 336 0 62 12 3 470 130 111
Binary 11110111 1111100 11011110 0 110010 1010 11 100111000 1011000 1001001

Color Harmonies of #F77CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CDE

Black with #F77CDE

Text Example


Text Example

White with #F77CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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