#FB6AFA

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

Shades of Pink Flamingo #FB6AFA

Tints of Pink Flamingo #FB6AFA

Color information

#FB6AFA (or 0xFB6AFA) is unknown color: approx Pink Flamingo. HEX triplet: FB, 6A and FA. RGB value is (251,106,250). Sum of RGB (Red+Green+Blue) = 251+106+250=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 106 (41.80% from 255 or 17.46% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6AFA is #049505. Grayscale: #A5A5A5. Windows color (decimal): -300294 or 16411387. OLE color: 16411387.

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

Color convert

RGB251106250-
CMYK00.580.000.02
HSL300.41º94.77%70%-
HSV(B)300.41º57.77%98.43%-
XYZ62.1937.7294.45-
YUV165.77175.54188.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 106 (41.80% from 255) = 17.46%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=41.35%
G=17.46%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110625000.580.000.02300.4194.7770
HexFB6AFA03A0212c5f46
Octal37315237207202454137106
Binary11111011110101011111010011101001010010110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6AFA; }

 p { color: rgb(251,106,250); }

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

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

 a { background-color: rgb(251,106,250); }

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

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

 span { border-color: rgb(251,106,250); }

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