Html Css Color HEX #F977DF Pale Magenta

📋 copy color: '#F977DF'

red 249 ◦ green 119 ◦ blue 223

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

Shades of Pale Magenta #F977DF

Tints of Pale Magenta #F977DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.73%

R = 42.13%
G = 20.14%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F977DF (or 0xF977DF) is known color: Pale Magenta. HEX triplet: F9, 77 and DF. RGB value is (249,119,223). Sum of RGB (Red+Green+Blue) = 249+119+223=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 119 (46.88% from 255 or 20.14% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F977DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977DF is #068820. Grayscale: #A9A9A9. Windows color (decimal): -428065 or 14645241. OLE color: 14645241.

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

Color convert

RGB 249 119 223 -
CMYK 0 0.52 0.10 0.02
HSL 312º 0.92% 0.72% -
HSV(B) 312º 0.52% 0.98% -
XYZ 58.98 38.66 74.17 -
YUV 169.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 249 119 223 0 0.52 0.10 0.02 312 0.92 0.72
Hex F9 77 DF 0 34 A 2 138 5C 48
Octal 371 167 337 0 64 12 2 470 134 110
Binary 11111001 1110111 11011111 0 110100 1010 10 100111000 1011100 1001000

Color Harmonies of #F977DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F977DF

Black with #F977DF

Text Example


Text Example

White with #F977DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F977DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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