Html Css Color HEX #F978FB Fuchsia Pink

📋 copy color: '#F978FB'

red 249 ◦ green 120 ◦ blue 251

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

Shades of Fuchsia Pink #F978FB

Tints of Fuchsia Pink #F978FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.48%

R = 40.16%
G = 19.35%
B = 40.48%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F978FB (or 0xF978FB) is known color: Fuchsia Pink. HEX triplet: F9, 78 and FB. RGB value is (249,120,251). Sum of RGB (Red+Green+Blue) = 249+120+251=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 120 (47.27% from 255 or 19.35% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #F978FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978FB is #068704. Grayscale: #ADADAD. Windows color (decimal): -427781 or 16480505. OLE color: 16480505.

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

Color convert

RGB 249 120 251 -
CMYK 0.01 0.52 0 0.02
HSL 299.08º 0.94% 0.73% -
HSV(B) 299.08º 0.52% 0.98% -
XYZ 63.2 40.54 95.76 -
YUV 173.51 171.74 181.85 -
System Red Green Blue C M Y K H S L
Decimal 249 120 251 0.01 0.52 0 0.02 299.08 0.94 0.73
Hex F9 78 FB 1 34 0 2 12B 5E 49
Octal 371 170 373 1 64 0 2 453 136 111
Binary 11111001 1111000 11111011 1 110100 0 10 100101011 1011110 1001001

Color Harmonies of #F978FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978FB

Black with #F978FB

Text Example


Text Example

White with #F978FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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