Html Css Color HEX #F978FD Fuchsia Pink

📋 copy color: '#F978FD'

red 249 ◦ green 120 ◦ blue 253

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

Shades of Fuchsia Pink #F978FD

Tints of Fuchsia Pink #F978FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.68%

R = 40.03%
G = 19.29%
B = 40.68%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F978FD (or 0xF978FD) is known color: Fuchsia Pink. HEX triplet: F9, 78 and FD. RGB value is (249,120,253). Sum of RGB (Red+Green+Blue) = 249+120+253=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 120 (47.27% from 255 or 19.29% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #F978FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978FD is #068702. Grayscale: #ADADAD. Windows color (decimal): -427779 or 16611577. OLE color: 16611577.

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

Color convert

RGB 249 120 253 -
CMYK 0.02 0.53 0 0.01
HSL 298.2º 0.97% 0.73% -
HSV(B) 298.2º 0.53% 0.99% -
XYZ 63.51 40.66 97.43 -
YUV 173.73 172.74 181.69 -
System Red Green Blue C M Y K H S L
Decimal 249 120 253 0.02 0.53 0 0.01 298.2 0.97 0.73
Hex F9 78 FD 2 35 0 1 12A 61 49
Octal 371 170 375 2 65 0 1 452 141 111
Binary 11111001 1111000 11111101 10 110101 0 1 100101010 1100001 1001001

Color Harmonies of #F978FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978FD

Black with #F978FD

Text Example


Text Example

White with #F978FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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