Html Css Color HEX #FC7EFF Fuchsia Pink

📋 copy color: '#FC7EFF'

red 252 ◦ green 126 ◦ blue 255

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

Shades of Fuchsia Pink #FC7EFF

Tints of Fuchsia Pink #FC7EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 19.91%

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

R = 39.81%
G = 19.91%
B = 40.28%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC7EFF (or 0xFC7EFF) is known color: Fuchsia Pink. HEX triplet: FC, 7E and FF. RGB value is (252,126,255). Sum of RGB (Red+Green+Blue) = 252+126+255=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 126 (49.61% from 255 or 19.91% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC7EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7EFF is #038100. Grayscale: #B1B1B1. Windows color (decimal): -229633 or 16744188. OLE color: 16744188.

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

Color convert

RGB 252 126 255 -
CMYK 0.01 0.51 0 0
HSL 298.6º 1% 0.75% -
HSV(B) 298.6º 0.51% 1% -
XYZ 65.66 42.84 99.42 -
YUV 178.38 171.24 180.51 -
System Red Green Blue C M Y K H S L
Decimal 252 126 255 0.01 0.51 0 0 298.6 1 0.75
Hex FC 7E FF 1 33 0 0 12B 64 4B
Octal 374 176 377 1 63 0 0 453 144 113
Binary 11111100 1111110 11111111 1 110011 0 0 100101011 1100100 1001011

Color Harmonies of #FC7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7EFF

Black with #FC7EFF

Text Example


Text Example

White with #FC7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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