#FB3FF6

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

Shades of Pink Flamingo #FB3FF6

Tints of Pink Flamingo #FB3FF6

Color information

#FB3FF6 (or 0xFB3FF6) is unknown color: approx Pink Flamingo. HEX triplet: FB, 3F and F6. RGB value is (251,63,246). Sum of RGB (Red+Green+Blue) = 251+63+246=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 63 (25% from 255 or 11.25% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3FF6 is #04C009. Grayscale: #8B8B8B. Windows color (decimal): -311306 or 16138235. OLE color: 16138235.

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

Color convert

RGB25163246-
CMYK00.750.020.02
HSL301.6º95.92%61.57%-
HSV(B)301.6º74.9%98.43%-
XYZ58.230.7290.05-
YUV140.07187.78207.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 63 (25% from 255) = 11.25%
BLUE value IS 246 (96.48% from 255) = 43.93%
R=44.82%
G=11.25%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516324600.750.020.02301.695.9261.57
HexFB3FF604B2212e603e
Octal3737736601132245614076
Binary11111011111111111101100100101110101001011101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3FF6; }

 p { color: rgb(251,63,246); }

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

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

 a { background-color: rgb(251,63,246); }

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

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

 span { border-color: rgb(251,63,246); }

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