Html Css Color HEX #F77DDF Pale Magenta

📋 copy color: '#F77DDF'

red 247 ◦ green 125 ◦ blue 223

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

Shades of Pale Magenta #F77DDF

Tints of Pale Magenta #F77DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 41.51%
G = 21.01%
B = 37.48%

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

#F77DDF (or 0xF77DDF) is known color: Pale Magenta. HEX triplet: F7, 7D and DF. RGB value is (247,125,223). Sum of RGB (Red+Green+Blue) = 247+125+223=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DDF is #088220. Grayscale: #ACACAC. Windows color (decimal): -557601 or 14646775. OLE color: 14646775.

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

Color convert

RGB 247 125 223 -
CMYK 0 0.49 0.10 0.03
HSL 311.8º 0.88% 0.73% -
HSV(B) 311.8º 0.49% 0.97% -
XYZ 59.01 39.77 74.38 -
YUV 172.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 247 125 223 0 0.49 0.10 0.03 311.8 0.88 0.73
Hex F7 7D DF 0 31 A 3 138 58 49
Octal 367 175 337 0 61 12 3 470 130 111
Binary 11110111 1111101 11011111 0 110001 1010 11 100111000 1011000 1001001

Color Harmonies of #F77DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77DDF

Black with #F77DDF

Text Example


Text Example

White with #F77DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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