Html Css Color HEX #FC73EE Fuchsia Pink

📋 copy color: '#FC73EE'

red 252 ◦ green 115 ◦ blue 238

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

Shades of Fuchsia Pink #FC73EE

Tints of Fuchsia Pink #FC73EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.34%

R = 41.65%
G = 19.01%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC73EE (or 0xFC73EE) is known color: Fuchsia Pink. HEX triplet: FC, 73 and EE. RGB value is (252,115,238). Sum of RGB (Red+Green+Blue) = 252+115+238=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 115 (45.31% from 255 or 19.01% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC73EE is #038C11. Grayscale: #A9A9A9. Windows color (decimal): -232466 or 15627260. OLE color: 15627260.

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

Color convert

RGB 252 115 238 -
CMYK 0 0.54 0.06 0.01
HSL 306.13º 0.96% 0.72% -
HSV(B) 306.13º 0.54% 0.99% -
XYZ 61.71 39.13 85.19 -
YUV 169.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 252 115 238 0 0.54 0.06 0.01 306.13 0.96 0.72
Hex FC 73 EE 0 36 6 1 132 60 48
Octal 374 163 356 0 66 6 1 462 140 110
Binary 11111100 1110011 11101110 0 110110 110 1 100110010 1100000 1001000

Color Harmonies of #FC73EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73EE

Black with #FC73EE

Text Example


Text Example

White with #FC73EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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