Html Css Color HEX #F977E5 Pale Magenta

📋 copy color: '#F977E5'

red 249 ◦ green 119 ◦ blue 229

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

Shades of Pale Magenta #F977E5

Tints of Pale Magenta #F977E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.36%

R = 41.71%
G = 19.93%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F977E5 (or 0xF977E5) is known color: Pale Magenta. HEX triplet: F9, 77 and E5. RGB value is (249,119,229). Sum of RGB (Red+Green+Blue) = 249+119+229=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 119 (46.88% from 255 or 19.93% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F977E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977E5 is #06881A. Grayscale: #AAAAAA. Windows color (decimal): -428059 or 15038457. OLE color: 15038457.

HSL color Cylindrical-coordinate representation of color #F977E5: hue angle of 309.23º 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 #F977E5 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 119 229 -
CMYK 0 0.52 0.08 0.02
HSL 309.23º 0.92% 0.72% -
HSV(B) 309.23º 0.52% 0.98% -
XYZ 59.81 38.99 78.5 -
YUV 170.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 249 119 229 0 0.52 0.08 0.02 309.23 0.92 0.72
Hex F9 77 E5 0 34 8 2 135 5C 48
Octal 371 167 345 0 64 10 2 465 134 110
Binary 11111001 1110111 11100101 0 110100 1000 10 100110101 1011100 1001000

Color Harmonies of #F977E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F977E5

Black with #F977E5

Text Example


Text Example

White with #F977E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F977E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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