Html Css Color HEX #F977FE Fuchsia Pink

📋 copy color: '#F977FE'

red 249 ◦ green 119 ◦ blue 254

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

Shades of Fuchsia Pink #F977FE

Tints of Fuchsia Pink #F977FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 40.03%
G = 19.13%
B = 40.84%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F977FE (or 0xF977FE) is known color: Fuchsia Pink. HEX triplet: F9, 77 and FE. RGB value is (249,119,254). Sum of RGB (Red+Green+Blue) = 249+119+254=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 119 (46.88% from 255 or 19.13% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #F977FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F977FE is #068801. Grayscale: #ACACAC. Windows color (decimal): -428034 or 16676857. OLE color: 16676857.

HSL color Cylindrical-coordinate representation of color #F977FE: hue angle of 297.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F977FE is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 249 119 254 -
CMYK 0.02 0.53 0 0.00
HSL 297.78º 0.99% 0.73% -
HSV(B) 297.78º 0.53% 1% -
XYZ 63.55 40.49 98.23 -
YUV 173.26 173.57 182.02 -
System Red Green Blue C M Y K H S L
Decimal 249 119 254 0.02 0.53 0 0.00 297.78 0.99 0.73
Hex F9 77 FE 2 35 0 0 12A 63 49
Octal 371 167 376 2 65 0 0 452 143 111
Binary 11111001 1110111 11111110 10 110101 0 0 100101010 1100011 1001001

Color Harmonies of #F977FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F977FE

Black with #F977FE

Text Example


Text Example

White with #F977FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F977FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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