Html Css Color HEX #FE78F0 Fuchsia Pink

📋 copy color: '#FE78F0'

red 254 ◦ green 120 ◦ blue 240

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

Shades of Fuchsia Pink #FE78F0

Tints of Fuchsia Pink #FE78F0

RGB

 RED value IS 254 (99.61% from 255) = 41.37%

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

 BLUE value IS 240 (94.14% from 255) = 39.09%

R = 41.37%
G = 19.54%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE78F0 (or 0xFE78F0) is known color: Fuchsia Pink. HEX triplet: FE, 78 and F0. RGB value is (254,120,240). Sum of RGB (Red+Green+Blue) = 254+120+240=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 120 (47.27% from 255 or 19.54% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE78F0 is #01870F. Grayscale: #ADADAD. Windows color (decimal): -100112 or 15759614. OLE color: 15759614.

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

Color convert

RGB 254 120 240 -
CMYK 0 0.53 0.06 0.00
HSL 306.27º 0.99% 0.73% -
HSV(B) 306.27º 0.53% 1% -
XYZ 63.32 40.8 86.98 -
YUV 173.75 165.39 185.24 -
System Red Green Blue C M Y K H S L
Decimal 254 120 240 0 0.53 0.06 0.00 306.27 0.99 0.73
Hex FE 78 F0 0 35 6 0 132 63 49
Octal 376 170 360 0 65 6 0 462 143 111
Binary 11111110 1111000 11110000 0 110101 110 0 100110010 1100011 1001001

Color Harmonies of #FE78F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE78F0

Black with #FE78F0

Text Example


Text Example

White with #FE78F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE78F0; }

 p { color: rgb(254,120,240); }

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

background-color css

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

 a { background-color: rgb(254,120,240); }

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

border-color css

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

 span { border-color: rgb(254,120,240); }

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