Html Css Color HEX #FC7CFC Fuchsia Pink

📋 copy color: '#FC7CFC'

red 252 ◦ green 124 ◦ blue 252

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

Shades of Fuchsia Pink #FC7CFC

Tints of Fuchsia Pink #FC7CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 19.75%

 BLUE value IS 252 (98.83% from 255) = 40.13%

R = 40.13%
G = 19.75%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC7CFC (or 0xFC7CFC) is known color: Fuchsia Pink. HEX triplet: FC, 7C and FC. RGB value is (252,124,252). Sum of RGB (Red+Green+Blue) = 252+124+252=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 124 (48.83% from 255 or 19.75% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC7CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7CFC is #038303. Grayscale: #B0B0B0. Windows color (decimal): -230148 or 16547068. OLE color: 16547068.

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

Color convert

RGB 252 124 252 -
CMYK 0 0.51 0 0.01
HSL 300º 0.96% 0.74% -
HSV(B) 300º 0.51% 0.99% -
XYZ 64.92 42.14 96.81 -
YUV 176.86 170.41 181.59 -
System Red Green Blue C M Y K H S L
Decimal 252 124 252 0 0.51 0 0.01 300 0.96 0.74
Hex FC 7C FC 0 33 0 1 12C 60 4A
Octal 374 174 374 0 63 0 1 454 140 112
Binary 11111100 1111100 11111100 0 110011 0 1 100101100 1100000 1001010

Color Harmonies of #FC7CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7CFC

Black with #FC7CFC

Text Example


Text Example

White with #FC7CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7CFC; }

 p { color: rgb(252,124,252); }

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

background-color css

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

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

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

border-color css

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

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

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