#FB7AF4

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

Shades of Fuchsia Pink #FB7AF4

Tints of Fuchsia Pink #FB7AF4

Color information

#FB7AF4 (or 0xFB7AF4) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 7A and F4. RGB value is (251,122,244). Sum of RGB (Red+Green+Blue) = 251+122+244=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 122 (48.05% from 255 or 19.77% from 617); Blue value is 244 (95.70% from 255 or 39.55% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7AF4 is #04850B. Grayscale: #AEAEAE. Windows color (decimal): -296204 or 16022267. OLE color: 16022267.

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

Color convert

RGB251122244-
CMYK00.510.030.02
HSL303.26º94.16%73.14%-
HSV(B)303.26º51.39%98.43%-
XYZ63.0740.9690.17-
YUV174.48167.24182.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 122 (48.05% from 255) = 19.77%
BLUE value IS 244 (95.70% from 255) = 39.55%
R=40.68%
G=19.77%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112224400.510.030.02303.2694.1673.14
HexFB7AF40333212f5e49
Octal37317236406332457136111
Binary111110111111010111101000110011111010010111110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7AF4; }

 p { color: rgb(251,122,244); }

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

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

 a { background-color: rgb(251,122,244); }

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

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

 span { border-color: rgb(251,122,244); }

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