Html Css Color HEX #F976EC Pale Magenta

📋 copy color: '#F976EC'

red 249 ◦ green 118 ◦ blue 236

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

Shades of Pale Magenta #F976EC

Tints of Pale Magenta #F976EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.14%

R = 41.29%
G = 19.57%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F976EC (or 0xF976EC) is known color: Pale Magenta. HEX triplet: F9, 76 and EC. RGB value is (249,118,236). Sum of RGB (Red+Green+Blue) = 249+118+236=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 118 (46.48% from 255 or 19.57% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F976EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F976EC is #068913. Grayscale: #AAAAAA. Windows color (decimal): -428308 or 15496953. OLE color: 15496953.

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

Color convert

RGB 249 118 236 -
CMYK 0 0.53 0.05 0.02
HSL 305.95º 0.92% 0.72% -
HSV(B) 305.95º 0.53% 0.98% -
XYZ 60.69 39.15 83.72 -
YUV 170.62 164.9 183.91 -
System Red Green Blue C M Y K H S L
Decimal 249 118 236 0 0.53 0.05 0.02 305.95 0.92 0.72
Hex F9 76 EC 0 35 5 2 132 5C 48
Octal 371 166 354 0 65 5 2 462 134 110
Binary 11111001 1110110 11101100 0 110101 101 10 100110010 1011100 1001000

Color Harmonies of #F976EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F976EC

Black with #F976EC

Text Example


Text Example

White with #F976EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F976EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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