#FB46FC

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

Shades of Pink Flamingo #FB46FC

Tints of Pink Flamingo #FB46FC

Color information

#FB46FC (or 0xFB46FC) is unknown color: approx Pink Flamingo. HEX triplet: FB, 46 and FC. RGB value is (251,70,252). Sum of RGB (Red+Green+Blue) = 251+70+252=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 70 (27.73% from 255 or 12.22% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB46FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB46FC is #04B903. Grayscale: #909090. Windows color (decimal): -309508 or 16533243. OLE color: 16533243.

HSL color Cylindrical-coordinate representation of color #FB46FC: hue angle of 299.67º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB46FC is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB25170252-
CMYK0.000.7200.01
HSL299.67º96.81%63.14%-
HSV(B)299.67º72.22%98.82%-
XYZ59.5431.9295.12-
YUV144.87188.47203.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 70 (27.73% from 255) = 12.22%
BLUE value IS 252 (98.83% from 255) = 43.98%
R=43.80%
G=12.22%
B=43.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal251702520.000.7200.01299.6796.8163.14
HexFB46FC0480112c613f
Octal37310637401100145414177
Binary1111101110001101111110001001000011001011001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB46FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB46FC; }

 p { color: rgb(251,70,252); }

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

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

 a { background-color: rgb(251,70,252); }

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

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

 span { border-color: rgb(251,70,252); }

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