#FF7BF4

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

Shades of Fuchsia Pink #FF7BF4

Tints of Fuchsia Pink #FF7BF4

Color information

#FF7BF4 (or 0xFF7BF4) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 7B and F4. RGB value is (255,123,244). Sum of RGB (Red+Green+Blue) = 255+123+244=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 123 (48.44% from 255 or 19.77% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7BF4 is #00840B. Grayscale: #AFAFAF. Windows color (decimal): -33804 or 16022527. OLE color: 16022527.

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

Color convert

RGB255123244-
CMYK00.520.040
HSL305º100%74.12%-
HSV(B)305º51.76%100%-
XYZ64.6541.9690.28-
YUV176.26166.23184.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 123 (48.44% from 255) = 19.77%
BLUE value IS 244 (95.70% from 255) = 39.23%
R=41.00%
G=19.77%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512324400.520.04030510074.12
HexFF7BF403440131644a
Octal37717336406440461144112
Binary111111111111011111101000110100100010011000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7BF4; }

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

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

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

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

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

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

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

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