Html Css Color HEX #F977F1 Fuchsia Pink

📋 copy color: '#F977F1'

red 249 ◦ green 119 ◦ blue 241

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

Shades of Fuchsia Pink #F977F1

Tints of Fuchsia Pink #F977F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.57%

R = 40.89%
G = 19.54%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F977F1 (or 0xF977F1) is known color: Fuchsia Pink. HEX triplet: F9, 77 and F1. RGB value is (249,119,241). Sum of RGB (Red+Green+Blue) = 249+119+241=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 119 (46.88% from 255 or 19.54% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F977F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F977F1 is #06880E. Grayscale: #ABABAB. Windows color (decimal): -428047 or 15824889. OLE color: 15824889.

HSL color Cylindrical-coordinate representation of color #F977F1: hue angle of 303.69º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F977F1 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 119 241 -
CMYK 0 0.52 0.03 0.02
HSL 303.69º 0.92% 0.72% -
HSV(B) 303.69º 0.52% 0.98% -
XYZ 61.54 39.68 87.64 -
YUV 171.78 167.07 183.08 -
System Red Green Blue C M Y K H S L
Decimal 249 119 241 0 0.52 0.03 0.02 303.69 0.92 0.72
Hex F9 77 F1 0 34 3 2 130 5C 48
Octal 371 167 361 0 64 3 2 460 134 110
Binary 11111001 1110111 11110001 0 110100 11 10 100110000 1011100 1001000

Color Harmonies of #F977F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F977F1

Black with #F977F1

Text Example


Text Example

White with #F977F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F977F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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