Html Css Color HEX #F77DE7 Pale Magenta

📋 copy color: '#F77DE7'

red 247 ◦ green 125 ◦ blue 231

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

Shades of Pale Magenta #F77DE7

Tints of Pale Magenta #F77DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.31%

R = 40.96%
G = 20.73%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F77DE7 (or 0xF77DE7) is known color: Pale Magenta. HEX triplet: F7, 7D and E7. RGB value is (247,125,231). Sum of RGB (Red+Green+Blue) = 247+125+231=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 125 (49.22% from 255 or 20.73% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77DE7 is #088218. Grayscale: #ADADAD. Windows color (decimal): -557593 or 15171063. OLE color: 15171063.

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

Color convert

RGB 247 125 231 -
CMYK 0 0.49 0.06 0.03
HSL 307.87º 0.88% 0.73% -
HSV(B) 307.87º 0.49% 0.97% -
XYZ 60.12 40.21 80.19 -
YUV 173.56 160.42 180.38 -
System Red Green Blue C M Y K H S L
Decimal 247 125 231 0 0.49 0.06 0.03 307.87 0.88 0.73
Hex F7 7D E7 0 31 6 3 134 58 49
Octal 367 175 347 0 61 6 3 464 130 111
Binary 11110111 1111101 11100111 0 110001 110 11 100110100 1011000 1001001

Color Harmonies of #F77DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77DE7

Black with #F77DE7

Text Example


Text Example

White with #F77DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77DE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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