#F77BFB

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

Shades of Fuchsia Pink #F77BFB

Tints of Fuchsia Pink #F77BFB

Color information

#F77BFB (or 0xF77BFB) is unknown color: approx Fuchsia Pink. HEX triplet: F7, 7B and FB. RGB value is (247,123,251). Sum of RGB (Red+Green+Blue) = 247+123+251=621 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.77% from 621); Green value is 123 (48.44% from 255 or 19.81% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #F77BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77BFB is #088404. Grayscale: #AEAEAE. Windows color (decimal): -558085 or 16481271. OLE color: 16481271.

HSL color Cylindrical-coordinate representation of color #F77BFB: hue angle of 298.12º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77BFB is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247123251-
CMYK0.020.5100.02
HSL298.12º94.12%73.33%-
HSV(B)298.12º51%98.43%-
XYZ62.8540.9195.85-
YUV174.67171.08179.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.77%
GREEN value IS 123 (48.44% from 255) = 19.81%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=39.77%
G=19.81%
B=40.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471232510.020.5100.02298.1294.1273.33
HexF77BFB2330212a5e49
Octal36717337326302452136111
Binary111101111111011111110111011001101010010101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77BFB; }

 p { color: rgb(247,123,251); }

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

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

 a { background-color: rgb(247,123,251); }

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

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

 span { border-color: rgb(247,123,251); }

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