#FB5CF0

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

Shades of Pink Flamingo #FB5CF0

Tints of Pink Flamingo #FB5CF0

Color information

#FB5CF0 (or 0xFB5CF0) is unknown color: approx Pink Flamingo. HEX triplet: FB, 5C and F0. RGB value is (251,92,240). Sum of RGB (Red+Green+Blue) = 251+92+240=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 92 (36.33% from 255 or 15.78% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5CF0 is #04A30F. Grayscale: #9B9B9B. Windows color (decimal): -303888 or 15752443. OLE color: 15752443.

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

Color convert

RGB25192240-
CMYK00.630.040.02
HSL304.15º95.21%67.25%-
HSV(B)304.15º63.35%98.43%-
XYZ59.3434.4585.96-
YUV156.41175.18195.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 92 (36.33% from 255) = 15.78%
BLUE value IS 240 (94.14% from 255) = 41.17%
R=43.05%
G=15.78%
B=41.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519224000.630.040.02304.1595.2167.25
HexFB5CF003F421305f43
Octal37313436007742460137103
Binary1111101110111001111000001111111001010011000010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5CF0; }

 p { color: rgb(251,92,240); }

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

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

 a { background-color: rgb(251,92,240); }

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

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

 span { border-color: rgb(251,92,240); }

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