Html Css Color HEX #FC73FA Fuchsia Pink

📋 copy color: '#FC73FA'

red 252 ◦ green 115 ◦ blue 250

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

Shades of Fuchsia Pink #FC73FA

Tints of Fuchsia Pink #FC73FA

RGB

 RED value IS 252 (98.83% from 255) = 40.84%

 GREEN value IS 115 (45.31% from 255) = 18.64%

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

R = 40.84%
G = 18.64%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC73FA (or 0xFC73FA) is known color: Fuchsia Pink. HEX triplet: FC, 73 and FA. RGB value is (252,115,250). Sum of RGB (Red+Green+Blue) = 252+115+250=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 115 (45.31% from 255 or 18.64% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC73FA is #038C05. Grayscale: #AAAAAA. Windows color (decimal): -232454 or 16413692. OLE color: 16413692.

HSL color Cylindrical-coordinate representation of color #FC73FA: hue angle of 300.88º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC73FA is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 115 250 -
CMYK 0 0.54 0.01 0.01
HSL 300.88º 0.96% 0.72% -
HSV(B) 300.88º 0.54% 0.99% -
XYZ 63.53 39.86 94.79 -
YUV 171.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 252 115 250 0 0.54 0.01 0.01 300.88 0.96 0.72
Hex FC 73 FA 0 36 1 1 12D 60 48
Octal 374 163 372 0 66 1 1 455 140 110
Binary 11111100 1110011 11111010 0 110110 1 1 100101101 1100000 1001000

Color Harmonies of #FC73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73FA

Black with #FC73FA

Text Example


Text Example

White with #FC73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73FA; }

 p { color: rgb(252,115,250); }

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

background-color css

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

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

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

border-color css

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

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

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