Html Css Color HEX #F974FF Fuchsia Pink

📋 copy color: '#F974FF'

red 249 ◦ green 116 ◦ blue 255

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

Shades of Fuchsia Pink #F974FF

Tints of Fuchsia Pink #F974FF

RGB

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

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

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

R = 40.16%
G = 18.71%
B = 41.13%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F974FF (or 0xF974FF) is known color: Fuchsia Pink. HEX triplet: F9, 74 and FF. RGB value is (249,116,255). Sum of RGB (Red+Green+Blue) = 249+116+255=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 116 (45.70% from 255 or 18.71% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #F974FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F974FF is #068B00. Grayscale: #ABABAB. Windows color (decimal): -428801 or 16741625. OLE color: 16741625.

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

Color convert

RGB 249 116 255 -
CMYK 0.02 0.55 0 0
HSL 297.41º 1% 0.73% -
HSV(B) 297.41º 0.55% 1% -
XYZ 63.36 39.85 98.96 -
YUV 171.61 175.06 183.2 -
System Red Green Blue C M Y K H S L
Decimal 249 116 255 0.02 0.55 0 0 297.41 1 0.73
Hex F9 74 FF 2 37 0 0 129 64 49
Octal 371 164 377 2 67 0 0 451 144 111
Binary 11111001 1110100 11111111 10 110111 0 0 100101001 1100100 1001001

Color Harmonies of #F974FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F974FF

Black with #F974FF

Text Example


Text Example

White with #F974FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F974FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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