Html Css Color HEX #F977DA Pale Magenta

📋 copy color: '#F977DA'

red 249 ◦ green 119 ◦ blue 218

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

Shades of Pale Magenta #F977DA

Tints of Pale Magenta #F977DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 42.49%
G = 20.31%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F977DA (or 0xF977DA) is known color: Pale Magenta. HEX triplet: F9, 77 and DA. RGB value is (249,119,218). Sum of RGB (Red+Green+Blue) = 249+119+218=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 119 (46.88% from 255 or 20.31% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F977DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977DA is #068825. Grayscale: #A8A8A8. Windows color (decimal): -428070 or 14317561. OLE color: 14317561.

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

Color convert

RGB 249 119 218 -
CMYK 0 0.52 0.12 0.02
HSL 314.31º 0.92% 0.72% -
HSV(B) 314.31º 0.52% 0.98% -
XYZ 58.32 38.4 70.67 -
YUV 169.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 249 119 218 0 0.52 0.12 0.02 314.31 0.92 0.72
Hex F9 77 DA 0 34 C 2 13A 5C 48
Octal 371 167 332 0 64 14 2 472 134 110
Binary 11111001 1110111 11011010 0 110100 1100 10 100111010 1011100 1001000

Color Harmonies of #F977DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F977DA

Black with #F977DA

Text Example


Text Example

White with #F977DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F977DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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