Html Css Color HEX #F976E9 Pale Magenta

📋 copy color: '#F976E9'

red 249 ◦ green 118 ◦ blue 233

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

Shades of Pale Magenta #F976E9

Tints of Pale Magenta #F976E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.83%

R = 41.5%
G = 19.67%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F976E9 (or 0xF976E9) is known color: Pale Magenta. HEX triplet: F9, 76 and E9. RGB value is (249,118,233). Sum of RGB (Red+Green+Blue) = 249+118+233=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 118 (46.48% from 255 or 19.67% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F976E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F976E9 is #068916. Grayscale: #A9A9A9. Windows color (decimal): -428311 or 15300345. OLE color: 15300345.

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

Color convert

RGB 249 118 233 -
CMYK 0 0.53 0.06 0.02
HSL 307.33º 0.92% 0.72% -
HSV(B) 307.33º 0.53% 0.98% -
XYZ 60.25 38.98 81.44 -
YUV 170.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 249 118 233 0 0.53 0.06 0.02 307.33 0.92 0.72
Hex F9 76 E9 0 35 6 2 133 5C 48
Octal 371 166 351 0 65 6 2 463 134 110
Binary 11111001 1110110 11101001 0 110101 110 10 100110011 1011100 1001000

Color Harmonies of #F976E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F976E9

Black with #F976E9

Text Example


Text Example

White with #F976E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F976E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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