Html Css Color HEX #FD78FF Fuchsia Pink

📋 copy color: '#FD78FF'

red 253 ◦ green 120 ◦ blue 255

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

Shades of Fuchsia Pink #FD78FF

Tints of Fuchsia Pink #FD78FF

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 253 120 255 -
CMYK 0.01 0.53 0 0
HSL 299.11º 1% 0.74% -
HSV(B) 299.11º 0.53% 1% -
XYZ 65.27 41.54 99.18 -
YUV 175.16 173.06 183.52 -
System Red Green Blue C M Y K H S L
Decimal 253 120 255 0.01 0.53 0 0 299.11 1 0.74
Hex FD 78 FF 1 35 0 0 12B 64 4A
Octal 375 170 377 1 65 0 0 453 144 112
Binary 11111101 1111000 11111111 1 110101 0 0 100101011 1100100 1001010

Color Harmonies of #FD78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD78FF

Black with #FD78FF

Text Example


Text Example

White with #FD78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD78FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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