#FB74FF

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

Shades of Fuchsia Pink #FB74FF

Tints of Fuchsia Pink #FB74FF

Color information

#FB74FF (or 0xFB74FF) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 74 and FF. RGB value is (251,116,255). Sum of RGB (Red+Green+Blue) = 251+116+255=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 116 (45.70% from 255 or 18.65% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB74FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB74FF is #048B00. Grayscale: #ABABAB. Windows color (decimal): -297729 or 16741627. OLE color: 16741627.

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

Color convert

RGB251116255-
CMYK0.020.5500
HSL298.27º100%72.75%-
HSV(B)298.27º54.51%100%-
XYZ64.0840.2298.99-
YUV172.21174.73184.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.35%
GREEN value IS 116 (45.70% from 255) = 18.65%
BLUE value IS 255 (100% from 255) = 41.00%
R=40.35%
G=18.65%
B=41.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511162550.020.5500298.2710072.75
HexFB74FF2370012a6449
Octal37316437726700452144111
Binary11111011111010011111111101101110010010101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB74FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB74FF; }

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

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

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

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

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

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

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

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