Html Css Color HEX #FF78FA Fuchsia Pink

📋 copy color: '#FF78FA'

red 255 ◦ green 120 ◦ blue 250

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

Shades of Fuchsia Pink #FF78FA

Tints of Fuchsia Pink #FF78FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40%

R = 40.8%
G = 19.2%
B = 40%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF78FA (or 0xFF78FA) is known color: Fuchsia Pink. HEX triplet: FF, 78 and FA. RGB value is (255,120,250). Sum of RGB (Red+Green+Blue) = 255+120+250=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 120 (47.27% from 255 or 19.2% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF78FA is #008705. Grayscale: #AEAEAE. Windows color (decimal): -34566 or 16414975. OLE color: 16414975.

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

Color convert

RGB 255 120 250 -
CMYK 0 0.53 0.02 0
HSL 302.22º 1% 0.74% -
HSV(B) 302.22º 0.53% 1% -
XYZ 65.21 41.6 95.03 -
YUV 175.19 170.23 184.93 -
System Red Green Blue C M Y K H S L
Decimal 255 120 250 0 0.53 0.02 0 302.22 1 0.74
Hex FF 78 FA 0 35 2 0 12E 64 4A
Octal 377 170 372 0 65 2 0 456 144 112
Binary 11111111 1111000 11111010 0 110101 10 0 100101110 1100100 1001010

Color Harmonies of #FF78FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF78FA

Black with #FF78FA

Text Example


Text Example

White with #FF78FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF78FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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