Html Css Color HEX #FA78FA Fuchsia Pink

📋 copy color: '#FA78FA'

red 250 ◦ green 120 ◦ blue 250

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

Shades of Fuchsia Pink #FA78FA

Tints of Fuchsia Pink #FA78FA

RGB

 RED value IS 250 (98.05% from 255) = 40.32%

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

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

R = 40.32%
G = 19.35%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA78FA (or 0xFA78FA) is known color: Fuchsia Pink. HEX triplet: FA, 78 and FA. RGB value is (250,120,250). Sum of RGB (Red+Green+Blue) = 250+120+250=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 120 (47.27% from 255 or 19.35% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA78FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA78FA is #058705. Grayscale: #ADADAD. Windows color (decimal): -362246 or 16414970. OLE color: 16414970.

HSL color Cylindrical-coordinate representation of color #FA78FA: hue angle of 300º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA78FA is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 120 250 -
CMYK 0 0.52 0 0.02
HSL 300º 0.93% 0.73% -
HSV(B) 300º 0.52% 0.98% -
XYZ 63.4 40.66 94.95 -
YUV 173.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 250 120 250 0 0.52 0 0.02 300 0.93 0.73
Hex FA 78 FA 0 34 0 2 12C 5D 49
Octal 372 170 372 0 64 0 2 454 135 111
Binary 11111010 1111000 11111010 0 110100 0 10 100101100 1011101 1001001

Color Harmonies of #FA78FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA78FA

Black with #FA78FA

Text Example


Text Example

White with #FA78FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA78FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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