#FF7BFC

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

Shades of Fuchsia Pink #FF7BFC

Tints of Fuchsia Pink #FF7BFC

Color information

#FF7BFC (or 0xFF7BFC) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 7B and FC. RGB value is (255,123,252). Sum of RGB (Red+Green+Blue) = 255+123+252=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 123 (48.44% from 255 or 19.52% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7BFC is #008403. Grayscale: #B0B0B0. Windows color (decimal): -33796 or 16546815. OLE color: 16546815.

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

Color convert

RGB255123252-
CMYK00.520.010
HSL301.36º100%74.12%-
HSV(B)301.36º51.76%100%-
XYZ65.8942.4596.82-
YUV177.17170.23183.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 123 (48.44% from 255) = 19.52%
BLUE value IS 252 (98.83% from 255) = 40%
R=40.48%
G=19.52%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512325200.520.010301.3610074.12
HexFF7BFC0341012d644a
Octal37717337406410455144112
Binary1111111111110111111110001101001010010110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7BFC; }

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

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

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

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

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

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

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

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