#FB74EE

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

Shades of Fuchsia Pink #FB74EE

Tints of Fuchsia Pink #FB74EE

Color information

#FB74EE (or 0xFB74EE) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 74 and EE. RGB value is (251,116,238). Sum of RGB (Red+Green+Blue) = 251+116+238=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 116 (45.70% from 255 or 19.17% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB74EE is #048B11. Grayscale: #A9A9A9. Windows color (decimal): -297746 or 15627515. OLE color: 15627515.

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

Color convert

RGB251116238-
CMYK00.540.050.02
HSL305.78º94.41%71.96%-
HSV(B)305.78º53.78%98.43%-
XYZ61.4639.1785.21-
YUV170.27166.23185.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 116 (45.70% from 255) = 19.17%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=41.49%
G=19.17%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111623800.540.050.02305.7894.4171.96
HexFB74EE036521325e48
Octal37316435606652462136110
Binary1111101111101001110111001101101011010011001010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB74EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB74EE; }

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

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

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

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

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

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

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

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