Html Css Color HEX #F976FE Fuchsia Pink

📋 copy color: '#F976FE'

red 249 ◦ green 118 ◦ blue 254

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

Shades of Fuchsia Pink #F976FE

Tints of Fuchsia Pink #F976FE

RGB

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

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

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

R = 40.1%
G = 19%
B = 40.9%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F976FE (or 0xF976FE) is known color: Fuchsia Pink. HEX triplet: F9, 76 and FE. RGB value is (249,118,254). Sum of RGB (Red+Green+Blue) = 249+118+254=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 118 (46.48% from 255 or 19.00% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #F976FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F976FE is #068901. Grayscale: #ACACAC. Windows color (decimal): -428290 or 16676601. OLE color: 16676601.

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

Color convert

RGB 249 118 254 -
CMYK 0.02 0.54 0 0.00
HSL 297.79º 0.99% 0.73% -
HSV(B) 297.79º 0.54% 1% -
XYZ 63.43 40.25 98.19 -
YUV 172.67 173.9 182.44 -
System Red Green Blue C M Y K H S L
Decimal 249 118 254 0.02 0.54 0 0.00 297.79 0.99 0.73
Hex F9 76 FE 2 36 0 0 12A 63 49
Octal 371 166 376 2 66 0 0 452 143 111
Binary 11111001 1110110 11111110 10 110110 0 0 100101010 1100011 1001001

Color Harmonies of #F976FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F976FE

Black with #F976FE

Text Example


Text Example

White with #F976FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F976FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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