Html Css Color HEX #F977F8 Fuchsia Pink

📋 copy color: '#F977F8'

red 249 ◦ green 119 ◦ blue 248

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

Shades of Fuchsia Pink #F977F8

Tints of Fuchsia Pink #F977F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.26%

R = 40.42%
G = 19.32%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#F977F8 (or 0xF977F8) is known color: Fuchsia Pink. HEX triplet: F9, 77 and F8. RGB value is (249,119,248). Sum of RGB (Red+Green+Blue) = 249+119+248=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 119 (46.88% from 255 or 19.32% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F977F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F977F8 is #068807. Grayscale: #ACACAC. Windows color (decimal): -428040 or 16283641. OLE color: 16283641.

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

Color convert

RGB 249 119 248 -
CMYK 0 0.52 0.00 0.02
HSL 300.46º 0.92% 0.72% -
HSV(B) 300.46º 0.52% 0.98% -
XYZ 62.61 40.11 93.25 -
YUV 172.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 249 119 248 0 0.52 0.00 0.02 300.46 0.92 0.72
Hex F9 77 F8 0 34 0 2 12C 5C 48
Octal 371 167 370 0 64 0 2 454 134 110
Binary 11111001 1110111 11111000 0 110100 0 10 100101100 1011100 1001000

Color Harmonies of #F977F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F977F8

Black with #F977F8

Text Example


Text Example

White with #F977F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F977F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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