Html Css Color HEX #FC7FFF Fuchsia Pink

📋 copy color: '#FC7FFF'

red 252 ◦ green 127 ◦ blue 255

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

Shades of Fuchsia Pink #FC7FFF

Tints of Fuchsia Pink #FC7FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 20.03%

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

R = 39.75%
G = 20.03%
B = 40.22%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC7FFF (or 0xFC7FFF) is known color: Fuchsia Pink. HEX triplet: FC, 7F and FF. RGB value is (252,127,255). Sum of RGB (Red+Green+Blue) = 252+127+255=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 127 (50% from 255 or 20.03% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC7FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7FFF is #038000. Grayscale: #B2B2B2. Windows color (decimal): -229377 or 16744444. OLE color: 16744444.

HSL color Cylindrical-coordinate representation of color #FC7FFF: hue angle of 298.59º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FFF is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 127 255 -
CMYK 0.01 0.50 0 0
HSL 298.59º 1% 0.75% -
HSV(B) 298.59º 0.5% 1% -
XYZ 65.78 43.09 99.46 -
YUV 178.97 170.91 180.09 -
System Red Green Blue C M Y K H S L
Decimal 252 127 255 0.01 0.50 0 0 298.59 1 0.75
Hex FC 7F FF 1 32 0 0 12B 64 4B
Octal 374 177 377 1 62 0 0 453 144 113
Binary 11111100 1111111 11111111 1 110010 0 0 100101011 1100100 1001011

Color Harmonies of #FC7FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FFF

Black with #FC7FFF

Text Example


Text Example

White with #FC7FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FFF; }

 p { color: rgb(252,127,255); }

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

background-color css

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

 a { background-color: rgb(252,127,255); }

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

border-color css

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

 span { border-color: rgb(252,127,255); }

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