Html Css Color HEX #F976E7 Pale Magenta

📋 copy color: '#F976E7'

red 249 ◦ green 118 ◦ blue 231

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

Shades of Pale Magenta #F976E7

Tints of Pale Magenta #F976E7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.73%

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

R = 41.64%
G = 19.73%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F976E7 (or 0xF976E7) is known color: Pale Magenta. HEX triplet: F9, 76 and E7. RGB value is (249,118,231). Sum of RGB (Red+Green+Blue) = 249+118+231=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 118 (46.48% from 255 or 19.73% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F976E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F976E7 is #068918. Grayscale: #A9A9A9. Windows color (decimal): -428313 or 15169273. OLE color: 15169273.

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

Color convert

RGB 249 118 231 -
CMYK 0 0.53 0.07 0.02
HSL 308.24º 0.92% 0.72% -
HSV(B) 308.24º 0.53% 0.98% -
XYZ 59.97 38.87 79.94 -
YUV 170.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 249 118 231 0 0.53 0.07 0.02 308.24 0.92 0.72
Hex F9 76 E7 0 35 7 2 134 5C 48
Octal 371 166 347 0 65 7 2 464 134 110
Binary 11111001 1110110 11100111 0 110101 111 10 100110100 1011100 1001000

Color Harmonies of #F976E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F976E7

Black with #F976E7

Text Example


Text Example

White with #F976E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F976E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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