Html Css Color HEX #F978FC Fuchsia Pink

📋 copy color: '#F978FC'

red 249 ◦ green 120 ◦ blue 252

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

Shades of Fuchsia Pink #F978FC

Tints of Fuchsia Pink #F978FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.58%

R = 40.1%
G = 19.32%
B = 40.58%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F978FC (or 0xF978FC) is known color: Fuchsia Pink. HEX triplet: F9, 78 and FC. RGB value is (249,120,252). Sum of RGB (Red+Green+Blue) = 249+120+252=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 120 (47.27% from 255 or 19.32% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #F978FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978FC is #068703. Grayscale: #ADADAD. Windows color (decimal): -427780 or 16546041. OLE color: 16546041.

HSL color Cylindrical-coordinate representation of color #F978FC: hue angle of 298.64º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F978FC is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 120 252 -
CMYK 0.01 0.52 0 0.01
HSL 298.64º 0.96% 0.73% -
HSV(B) 298.64º 0.52% 0.99% -
XYZ 63.35 40.6 96.59 -
YUV 173.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 249 120 252 0.01 0.52 0 0.01 298.64 0.96 0.73
Hex F9 78 FC 1 34 0 1 12B 60 49
Octal 371 170 374 1 64 0 1 453 140 111
Binary 11111001 1111000 11111100 1 110100 0 1 100101011 1100000 1001001

Color Harmonies of #F978FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978FC

Black with #F978FC

Text Example


Text Example

White with #F978FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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