#FB74F6

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

Shades of Fuchsia Pink #FB74F6

Tints of Fuchsia Pink #FB74F6

Color information

#FB74F6 (or 0xFB74F6) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 74 and F6. RGB value is (251,116,246). Sum of RGB (Red+Green+Blue) = 251+116+246=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 116 (45.70% from 255 or 18.92% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB74F6 is #048B09. Grayscale: #AAAAAA. Windows color (decimal): -297738 or 16151803. OLE color: 16151803.

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

Color convert

RGB251116246-
CMYK00.540.020.02
HSL302.22º94.41%71.96%-
HSV(B)302.22º53.78%98.43%-
XYZ62.6639.6591.54-
YUV171.18170.23184.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 116 (45.70% from 255) = 18.92%
BLUE value IS 246 (96.48% from 255) = 40.13%
R=40.95%
G=18.92%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111624600.540.020.02302.2294.4171.96
HexFB74F60362212e5e48
Octal37316436606622456136110
Binary111110111110100111101100110110101010010111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB74F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB74F6; }

 p { color: rgb(251,116,246); }

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

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

 a { background-color: rgb(251,116,246); }

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

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

 span { border-color: rgb(251,116,246); }

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