Html Css Color HEX #F974FE Fuchsia Pink

📋 copy color: '#F974FE'

red 249 ◦ green 116 ◦ blue 254

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

Shades of Fuchsia Pink #F974FE

Tints of Fuchsia Pink #F974FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 18.74%

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

R = 40.23%
G = 18.74%
B = 41.03%

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

#F974FE (or 0xF974FE) is known color: Fuchsia Pink. HEX triplet: F9, 74 and FE. RGB value is (249,116,254). Sum of RGB (Red+Green+Blue) = 249+116+254=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 116 (45.70% from 255 or 18.74% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #F974FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F974FE is #068B01. Grayscale: #ABABAB. Windows color (decimal): -428802 or 16676089. OLE color: 16676089.

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

Color convert

RGB 249 116 254 -
CMYK 0.02 0.54 0 0.00
HSL 297.83º 0.99% 0.73% -
HSV(B) 297.83º 0.54% 1% -
XYZ 63.2 39.79 98.11 -
YUV 171.5 174.56 183.28 -
System Red Green Blue C M Y K H S L
Decimal 249 116 254 0.02 0.54 0 0.00 297.83 0.99 0.73
Hex F9 74 FE 2 36 0 0 12A 63 49
Octal 371 164 376 2 66 0 0 452 143 111
Binary 11111001 1110100 11111110 10 110110 0 0 100101010 1100011 1001001

Color Harmonies of #F974FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F974FE

Black with #F974FE

Text Example


Text Example

White with #F974FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F974FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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