#FB58F4

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

Shades of Pink Flamingo #FB58F4

Tints of Pink Flamingo #FB58F4

Color information

#FB58F4 (or 0xFB58F4) is unknown color: approx Pink Flamingo. HEX triplet: FB, 58 and F4. RGB value is (251,88,244). Sum of RGB (Red+Green+Blue) = 251+88+244=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 88 (34.77% from 255 or 15.09% from 583); Blue value is 244 (95.70% from 255 or 41.85% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB58F4 is #04A70B. Grayscale: #9A9A9A. Windows color (decimal): -304908 or 16013563. OLE color: 16013563.

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

Color convert

RGB25188244-
CMYK00.650.030.02
HSL302.58º95.32%66.47%-
HSV(B)302.58º64.94%98.43%-
XYZ59.634.0289.01-
YUV154.52178.5196.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 88 (34.77% from 255) = 15.09%
BLUE value IS 244 (95.70% from 255) = 41.85%
R=43.05%
G=15.09%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518824400.650.030.02302.5895.3266.47
HexFB58F40413212f5f42
Octal373130364010132457137102
Binary1111101110110001111010001000001111010010111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB58F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB58F4; }

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

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

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

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

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

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

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

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