Html Css Color HEX #F978FF Fuchsia Pink

📋 copy color: '#F978FF'

red 249 ◦ green 120 ◦ blue 255

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

Shades of Fuchsia Pink #F978FF

Tints of Fuchsia Pink #F978FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 19.23%

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

R = 39.9%
G = 19.23%
B = 40.87%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F978FF (or 0xF978FF) is known color: Fuchsia Pink. HEX triplet: F9, 78 and FF. RGB value is (249,120,255). Sum of RGB (Red+Green+Blue) = 249+120+255=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 120 (47.27% from 255 or 19.23% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #F978FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978FF is #068700. Grayscale: #ADADAD. Windows color (decimal): -427777 or 16742649. OLE color: 16742649.

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

Color convert

RGB 249 120 255 -
CMYK 0.02 0.53 0 0
HSL 297.33º 1% 0.74% -
HSV(B) 297.33º 0.53% 1% -
XYZ 63.83 40.79 99.12 -
YUV 173.96 173.74 181.52 -
System Red Green Blue C M Y K H S L
Decimal 249 120 255 0.02 0.53 0 0 297.33 1 0.74
Hex F9 78 FF 2 35 0 0 129 64 4A
Octal 371 170 377 2 65 0 0 451 144 112
Binary 11111001 1111000 11111111 10 110101 0 0 100101001 1100100 1001010

Color Harmonies of #F978FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978FF

Black with #F978FF

Text Example


Text Example

White with #F978FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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