Html Css Color HEX #F977EC Pale Magenta

📋 copy color: '#F977EC'

red 249 ◦ green 119 ◦ blue 236

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

Shades of Pale Magenta #F977EC

Tints of Pale Magenta #F977EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.07%

R = 41.23%
G = 19.7%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F977EC (or 0xF977EC) is known color: Pale Magenta. HEX triplet: F9, 77 and EC. RGB value is (249,119,236). Sum of RGB (Red+Green+Blue) = 249+119+236=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 119 (46.88% from 255 or 19.70% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F977EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F977EC is #068813. Grayscale: #AAAAAA. Windows color (decimal): -428052 or 15497209. OLE color: 15497209.

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

Color convert

RGB 249 119 236 -
CMYK 0 0.52 0.05 0.02
HSL 306º 0.92% 0.72% -
HSV(B) 306º 0.52% 0.98% -
XYZ 60.8 39.39 83.76 -
YUV 171.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 249 119 236 0 0.52 0.05 0.02 306 0.92 0.72
Hex F9 77 EC 0 34 5 2 132 5C 48
Octal 371 167 354 0 64 5 2 462 134 110
Binary 11111001 1110111 11101100 0 110100 101 10 100110010 1011100 1001000

Color Harmonies of #F977EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F977EC

Black with #F977EC

Text Example


Text Example

White with #F977EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F977EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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