Html Css Color HEX #FF78FC Fuchsia Pink

📋 copy color: '#FF78FC'

red 255 ◦ green 120 ◦ blue 252

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

Shades of Fuchsia Pink #FF78FC

Tints of Fuchsia Pink #FF78FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.19%

R = 40.67%
G = 19.14%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF78FC (or 0xFF78FC) is known color: Fuchsia Pink. HEX triplet: FF, 78 and FC. RGB value is (255,120,252). Sum of RGB (Red+Green+Blue) = 255+120+252=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 120 (47.27% from 255 or 19.14% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF78FC is #008703. Grayscale: #AFAFAF. Windows color (decimal): -34564 or 16546047. OLE color: 16546047.

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

Color convert

RGB 255 120 252 -
CMYK 0 0.53 0.01 0
HSL 301.33º 1% 0.74% -
HSV(B) 301.33º 0.53% 1% -
XYZ 65.53 41.72 96.69 -
YUV 175.41 171.23 184.77 -
System Red Green Blue C M Y K H S L
Decimal 255 120 252 0 0.53 0.01 0 301.33 1 0.74
Hex FF 78 FC 0 35 1 0 12D 64 4A
Octal 377 170 374 0 65 1 0 455 144 112
Binary 11111111 1111000 11111100 0 110101 1 0 100101101 1100100 1001010

Color Harmonies of #FF78FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF78FC

Black with #FF78FC

Text Example


Text Example

White with #FF78FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF78FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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