Html Css Color HEX #FF78FF Fuchsia Pink

📋 copy color: '#FF78FF'

red 255 ◦ green 120 ◦ blue 255

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

Shades of Fuchsia Pink #FF78FF

Tints of Fuchsia Pink #FF78FF

RGB

 RED value IS 255 (100% from 255) = 40.48%

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

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

R = 40.48%
G = 19.05%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF78FF (or 0xFF78FF) is known color: Fuchsia Pink. HEX triplet: FF, 78 and FF. RGB value is (255,120,255). Sum of RGB (Red+Green+Blue) = 255+120+255=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 120 (47.27% from 255 or 19.05% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF78FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF78FF is #008700. Grayscale: #AFAFAF. Windows color (decimal): -34561 or 16742655. OLE color: 16742655.

HSL color Cylindrical-coordinate representation of color #FF78FF: hue angle of 300º 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 #FF78FF is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 255 120 255 -
CMYK 0 0.53 0 0
HSL 300º 1% 0.74% -
HSV(B) 300º 0.53% 1% -
XYZ 66.01 41.91 99.22 -
YUV 175.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 255 120 255 0 0.53 0 0 300 1 0.74
Hex FF 78 FF 0 35 0 0 12C 64 4A
Octal 377 170 377 0 65 0 0 454 144 112
Binary 11111111 1111000 11111111 0 110101 0 0 100101100 1100100 1001010

Color Harmonies of #FF78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF78FF

Black with #FF78FF

Text Example


Text Example

White with #FF78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF78FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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