#FB58F5

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

Shades of Pink Flamingo #FB58F5

Tints of Pink Flamingo #FB58F5

Color information

#FB58F5 (or 0xFB58F5) is unknown color: approx Pink Flamingo. HEX triplet: FB, 58 and F5. RGB value is (251,88,245). Sum of RGB (Red+Green+Blue) = 251+88+245=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 88 (34.77% from 255 or 15.07% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB58F5 is #04A70A. Grayscale: #9A9A9A. Windows color (decimal): -304907 or 16079099. OLE color: 16079099.

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

Color convert

RGB25188245-
CMYK00.650.020.02
HSL302.21º95.32%66.47%-
HSV(B)302.21º64.94%98.43%-
XYZ59.7534.0889.82-
YUV154.64179196.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.98%
GREEN value IS 88 (34.77% from 255) = 15.07%
BLUE value IS 245 (96.09% from 255) = 41.95%
R=42.98%
G=15.07%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518824500.650.020.02302.2195.3266.47
HexFB58F50412212e5f42
Octal373130365010122456137102
Binary1111101110110001111010101000001101010010111010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB58F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB58F5; }

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

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

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

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

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

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

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

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