#FB7CF5

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

Shades of Fuchsia Pink #FB7CF5

Tints of Fuchsia Pink #FB7CF5

Color information

#FB7CF5 (or 0xFB7CF5) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 7C and F5. RGB value is (251,124,245). Sum of RGB (Red+Green+Blue) = 251+124+245=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 124 (48.83% from 255 or 20% from 620); Blue value is 245 (96.09% from 255 or 39.52% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7CF5 is #04830A. Grayscale: #AFAFAF. Windows color (decimal): -295691 or 16088315. OLE color: 16088315.

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

Color convert

RGB251124245-
CMYK00.510.020.02
HSL302.83º94.07%73.53%-
HSV(B)302.83º50.6%98.43%-
XYZ63.4741.5291.05-
YUV175.77167.08181.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 124 (48.83% from 255) = 20%
BLUE value IS 245 (96.09% from 255) = 39.52%
R=40.48%
G=20%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112424500.510.020.02302.8394.0773.53
HexFB7CF50332212f5e4a
Octal37317436506322457136112
Binary111110111111100111101010110011101010010111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7CF5; }

 p { color: rgb(251,124,245); }

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

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

 a { background-color: rgb(251,124,245); }

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

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

 span { border-color: rgb(251,124,245); }

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