Html Css Color HEX #F976E5 Pale Magenta

📋 copy color: '#F976E5'

red 249 ◦ green 118 ◦ blue 229

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

Shades of Pale Magenta #F976E5

Tints of Pale Magenta #F976E5

RGB

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

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

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

R = 41.78%
G = 19.8%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F976E5 (or 0xF976E5) is known color: Pale Magenta. HEX triplet: F9, 76 and E5. RGB value is (249,118,229). Sum of RGB (Red+Green+Blue) = 249+118+229=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 118 (46.48% from 255 or 19.80% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F976E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976E5 is #06891A. Grayscale: #A9A9A9. Windows color (decimal): -428315 or 15038201. OLE color: 15038201.

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

Color convert

RGB 249 118 229 -
CMYK 0 0.53 0.08 0.02
HSL 309.16º 0.92% 0.72% -
HSV(B) 309.16º 0.53% 0.98% -
XYZ 59.69 38.75 78.46 -
YUV 169.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 249 118 229 0 0.53 0.08 0.02 309.16 0.92 0.72
Hex F9 76 E5 0 35 8 2 135 5C 48
Octal 371 166 345 0 65 10 2 465 134 110
Binary 11111001 1110110 11100101 0 110101 1000 10 100110101 1011100 1001000

Color Harmonies of #F976E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F976E5

Black with #F976E5

Text Example


Text Example

White with #F976E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F976E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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