Html Css Color HEX #F977E7 Pale Magenta

📋 copy color: '#F977E7'

red 249 ◦ green 119 ◦ blue 231

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

Shades of Pale Magenta #F977E7

Tints of Pale Magenta #F977E7

RGB

 RED value IS 249 (97.66% from 255) = 41.57%

 GREEN value IS 119 (46.88% from 255) = 19.87%

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

R = 41.57%
G = 19.87%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F977E7 (or 0xF977E7) is known color: Pale Magenta. HEX triplet: F9, 77 and E7. RGB value is (249,119,231). Sum of RGB (Red+Green+Blue) = 249+119+231=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 119 (46.88% from 255 or 19.87% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F977E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F977E7 is #068818. Grayscale: #AAAAAA. Windows color (decimal): -428057 or 15169529. OLE color: 15169529.

HSL color Cylindrical-coordinate representation of color #F977E7: hue angle of 308.31º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F977E7 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 119 231 -
CMYK 0 0.52 0.07 0.02
HSL 308.31º 0.92% 0.72% -
HSV(B) 308.31º 0.52% 0.98% -
XYZ 60.09 39.1 79.98 -
YUV 170.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 249 119 231 0 0.52 0.07 0.02 308.31 0.92 0.72
Hex F9 77 E7 0 34 7 2 134 5C 48
Octal 371 167 347 0 64 7 2 464 134 110
Binary 11111001 1110111 11100111 0 110100 111 10 100110100 1011100 1001000

Color Harmonies of #F977E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F977E7

Black with #F977E7

Text Example


Text Example

White with #F977E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F977E7; }

 p { color: rgb(249,119,231); }

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

background-color css

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

 a { background-color: rgb(249,119,231); }

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

border-color css

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

 span { border-color: rgb(249,119,231); }

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