Html Css Color HEX #F77DD4 Pale Magenta

📋 copy color: '#F77DD4'

red 247 ◦ green 125 ◦ blue 212

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

Shades of Pale Magenta #F77DD4

Tints of Pale Magenta #F77DD4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.4%

 BLUE value IS 212 (83.2% from 255) = 36.3%

R = 42.29%
G = 21.4%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F77DD4 (or 0xF77DD4) is known color: Pale Magenta. HEX triplet: F7, 7D and D4. RGB value is (247,125,212). Sum of RGB (Red+Green+Blue) = 247+125+212=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DD4 is #08822B. Grayscale: #ABABAB. Windows color (decimal): -557612 or 13925879. OLE color: 13925879.

HSL color Cylindrical-coordinate representation of color #F77DD4: hue angle of 317.21º 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 #F77DD4 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 125 212 -
CMYK 0 0.49 0.14 0.03
HSL 317.21º 0.88% 0.73% -
HSV(B) 317.21º 0.49% 0.97% -
XYZ 57.58 39.19 66.82 -
YUV 171.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 247 125 212 0 0.49 0.14 0.03 317.21 0.88 0.73
Hex F7 7D D4 0 31 E 3 13D 58 49
Octal 367 175 324 0 61 16 3 475 130 111
Binary 11110111 1111101 11010100 0 110001 1110 11 100111101 1011000 1001001

Color Harmonies of #F77DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77DD4

Black with #F77DD4

Text Example


Text Example

White with #F77DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77DD4; }

 p { color: rgb(247,125,212); }

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

background-color css

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

 a { background-color: rgb(247,125,212); }

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

border-color css

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

 span { border-color: rgb(247,125,212); }

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