#FF7BF3

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

Shades of Fuchsia Pink #FF7BF3

Tints of Fuchsia Pink #FF7BF3

Color information

#FF7BF3 (or 0xFF7BF3) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 7B and F3. RGB value is (255,123,243). Sum of RGB (Red+Green+Blue) = 255+123+243=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 123 (48.44% from 255 or 19.81% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7BF3 is #00840C. Grayscale: #AFAFAF. Windows color (decimal): -33805 or 15956991. OLE color: 15956991.

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

Color convert

RGB255123243-
CMYK00.520.050
HSL305.45º100%74.12%-
HSV(B)305.45º51.76%100%-
XYZ64.541.989.48-
YUV176.15165.73184.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 123 (48.44% from 255) = 19.81%
BLUE value IS 243 (95.31% from 255) = 39.13%
R=41.06%
G=19.81%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512324300.520.050305.4510074.12
HexFF7BF303450131644a
Octal37717336306450461144112
Binary111111111111011111100110110100101010011000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7BF3; }

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

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

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

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

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

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

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

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