#FF7EFB

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

Shades of Fuchsia Pink #FF7EFB

Tints of Fuchsia Pink #FF7EFB

Color information

#FF7EFB (or 0xFF7EFB) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 7E and FB. RGB value is (255,126,251). Sum of RGB (Red+Green+Blue) = 255+126+251=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 126 (49.61% from 255 or 19.94% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7EFB is #008104. Grayscale: #B2B2B2. Windows color (decimal): -33029 or 16482047. OLE color: 16482047.

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

Color convert

RGB255126251-
CMYK00.510.020
HSL301.86º100%74.71%-
HSV(B)301.86º50.59%100%-
XYZ66.1143.1596.11-
YUV178.82168.74182.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.35%
GREEN value IS 126 (49.61% from 255) = 19.94%
BLUE value IS 251 (98.44% from 255) = 39.72%
R=40.35%
G=19.94%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512625100.510.020301.8610074.71
HexFF7EFB0332012e644b
Octal37717637306320456144113
Binary11111111111111011111011011001110010010111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7EFB; }

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

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

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

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

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

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

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

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