Html Css Color HEX #FE78FF Fuchsia Pink

📋 copy color: '#FE78FF'

red 254 ◦ green 120 ◦ blue 255

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

Shades of Fuchsia Pink #FE78FF

Tints of Fuchsia Pink #FE78FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.54%

R = 40.38%
G = 19.08%
B = 40.54%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE78FF (or 0xFE78FF) is known color: Fuchsia Pink. HEX triplet: FE, 78 and FF. RGB value is (254,120,255). Sum of RGB (Red+Green+Blue) = 254+120+255=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 120 (47.27% from 255 or 19.08% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE78FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE78FF is #018700. Grayscale: #AFAFAF. Windows color (decimal): -100097 or 16742654. OLE color: 16742654.

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

Color convert

RGB 254 120 255 -
CMYK 0.00 0.53 0 0
HSL 299.56º 1% 0.74% -
HSV(B) 299.56º 0.53% 1% -
XYZ 65.64 41.72 99.2 -
YUV 175.46 172.89 184.02 -
System Red Green Blue C M Y K H S L
Decimal 254 120 255 0.00 0.53 0 0 299.56 1 0.74
Hex FE 78 FF 0 35 0 0 12C 64 4A
Octal 376 170 377 0 65 0 0 454 144 112
Binary 11111110 1111000 11111111 0 110101 0 0 100101100 1100100 1001010

Color Harmonies of #FE78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE78FF

Black with #FE78FF

Text Example


Text Example

White with #FE78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE78FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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