#FF7CFF

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

Shades of Fuchsia Pink #FF7CFF

Tints of Fuchsia Pink #FF7CFF

Color information

#FF7CFF (or 0xFF7CFF) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 7C and FF. RGB value is (255,124,255). Sum of RGB (Red+Green+Blue) = 255+124+255=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 124 (48.83% from 255 or 19.56% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF7CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7CFF is #008300. Grayscale: #B1B1B1. Windows color (decimal): -33537 or 16743679. OLE color: 16743679.

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

Color convert

RGB255124255-
CMYK00.5100
HSL300º100%74.31%-
HSV(B)300º51.37%100%-
XYZ66.542.999.38-
YUV178.1171.4182.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 124 (48.83% from 255) = 19.56%
BLUE value IS 255 (100% from 255) = 40.22%
R=40.22%
G=19.56%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512425500.510030010074.31
HexFF7CFF0330012c644a
Octal37717437706300454144112
Binary1111111111111001111111101100110010010110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7CFF; }

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

 H1.HeaderClassName
 {
   color: #FF7CFF;
 }
 .AnyTagClassName
 {
   color: #FF7CFF;
 }
</style>
background-color css

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

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

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

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

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

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