Html Css Color HEX #F977FF Fuchsia Pink

📋 copy color: '#F977FF'

red 249 ◦ green 119 ◦ blue 255

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

Shades of Fuchsia Pink #F977FF

Tints of Fuchsia Pink #F977FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.93%

R = 39.97%
G = 19.1%
B = 40.93%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F977FF (or 0xF977FF) is known color: Fuchsia Pink. HEX triplet: F9, 77 and FF. RGB value is (249,119,255). Sum of RGB (Red+Green+Blue) = 249+119+255=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 119 (46.88% from 255 or 19.10% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #F977FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F977FF is #068800. Grayscale: #ACACAC. Windows color (decimal): -428033 or 16742393. OLE color: 16742393.

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

Color convert

RGB 249 119 255 -
CMYK 0.02 0.53 0 0
HSL 297.35º 1% 0.73% -
HSV(B) 297.35º 0.53% 1% -
XYZ 63.71 40.55 99.08 -
YUV 173.37 174.07 181.94 -
System Red Green Blue C M Y K H S L
Decimal 249 119 255 0.02 0.53 0 0 297.35 1 0.73
Hex F9 77 FF 2 35 0 0 129 64 49
Octal 371 167 377 2 65 0 0 451 144 111
Binary 11111001 1110111 11111111 10 110101 0 0 100101001 1100100 1001001

Color Harmonies of #F977FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F977FF

Black with #F977FF

Text Example


Text Example

White with #F977FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F977FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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