Html Css Color HEX #FF78FD Fuchsia Pink

📋 copy color: '#FF78FD'

red 255 ◦ green 120 ◦ blue 253

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

Shades of Fuchsia Pink #FF78FD

Tints of Fuchsia Pink #FF78FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.29%

R = 40.61%
G = 19.11%
B = 40.29%

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

#FF78FD (or 0xFF78FD) is known color: Fuchsia Pink. HEX triplet: FF, 78 and FD. RGB value is (255,120,253). Sum of RGB (Red+Green+Blue) = 255+120+253=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 120 (47.27% from 255 or 19.11% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF78FD is #008702. Grayscale: #AFAFAF. Windows color (decimal): -34563 or 16611583. OLE color: 16611583.

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

Color convert

RGB 255 120 253 -
CMYK 0 0.53 0.01 0
HSL 300.89º 1% 0.74% -
HSV(B) 300.89º 0.53% 1% -
XYZ 65.69 41.78 97.53 -
YUV 175.53 171.73 184.69 -
System Red Green Blue C M Y K H S L
Decimal 255 120 253 0 0.53 0.01 0 300.89 1 0.74
Hex FF 78 FD 0 35 1 0 12D 64 4A
Octal 377 170 375 0 65 1 0 455 144 112
Binary 11111111 1111000 11111101 0 110101 1 0 100101101 1100100 1001010

Color Harmonies of #FF78FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF78FD

Black with #FF78FD

Text Example


Text Example

White with #FF78FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF78FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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