Html Css Color HEX #F978F5 Fuchsia Pink

📋 copy color: '#F978F5'

red 249 ◦ green 120 ◦ blue 245

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

Shades of Fuchsia Pink #F978F5

Tints of Fuchsia Pink #F978F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.9%

R = 40.55%
G = 19.54%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F978F5 (or 0xF978F5) is known color: Fuchsia Pink. HEX triplet: F9, 78 and F5. RGB value is (249,120,245). Sum of RGB (Red+Green+Blue) = 249+120+245=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 120 (47.27% from 255 or 19.54% from 614); Blue value is 245 (96.09% from 255 or 39.90% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F978F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F978F5 is #06870A. Grayscale: #ACACAC. Windows color (decimal): -427787 or 16087289. OLE color: 16087289.

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

Color convert

RGB 249 120 245 -
CMYK 0 0.52 0.02 0.02
HSL 301.86º 0.91% 0.72% -
HSV(B) 301.86º 0.52% 0.98% -
XYZ 62.26 40.17 90.86 -
YUV 172.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 249 120 245 0 0.52 0.02 0.02 301.86 0.91 0.72
Hex F9 78 F5 0 34 2 2 12E 5B 48
Octal 371 170 365 0 64 2 2 456 133 110
Binary 11111001 1111000 11110101 0 110100 10 10 100101110 1011011 1001000

Color Harmonies of #F978F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978F5

Black with #F978F5

Text Example


Text Example

White with #F978F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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