#ff7cf8

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

Shades of Fuchsia Pink #FF7CF8

Tints of Fuchsia Pink #FF7CF8

Color information

#FF7CF8 (or 0xFF7CF8) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 7C and F8. RGB value is (255,124,248). Sum of RGB (Red+Green+Blue) = 255+124+248=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 124 (48.83% from 255 or 19.78% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7CF8 is #008307. Grayscale: #B0B0B0. Windows color (decimal): -33544 or 16284927. OLE color: 16284927.

HSL color Cylindrical-coordinate representation of color #FF7CF8: hue angle of 303.21º 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 #FF7CF8 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB255124248-
CMYK00.510.030
HSL303.21º100%74.31%-
HSV(B)303.21º51.37%100%-
XYZ65.3942.4593.55-
YUV177.3167.9183.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 124 (48.83% from 255) = 19.78%
BLUE value IS 248 (97.27% from 255) = 39.55%
R=40.67%
G=19.78%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512424800.510.030303.2110074.31
HexFF7CF80333012f644a
Octal37717437006330457144112
Binary11111111111110011111000011001111010010111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff7cf8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff7cf8; }

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

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

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

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

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

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

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

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