#FC7EFF

Color #FC7EFF Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FC7EFF

Tints of Fuchsia Pink #FC7EFF

Color information

#FC7EFF (or 0xFC7EFF) is unknown color: approx 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

RGB252126255-
CMYK0.010.5100
HSL298.6º100%74.71%-
HSV(B)298.6º50.59%100%-
XYZ65.6642.8499.42-
YUV178.38171.24180.51-

RGB Variations

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

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 (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521262550.010.5100298.610074.71
HexFC7EFF1330012b644b
Octal37417637716300453144113
Binary1111110011111101111111111100110010010101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>