#FB69F3

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

Shades of Pink Flamingo #FB69F3

Tints of Pink Flamingo #FB69F3

Color information

#FB69F3 (or 0xFB69F3) is unknown color: approx Pink Flamingo. HEX triplet: FB, 69 and F3. RGB value is (251,105,243). Sum of RGB (Red+Green+Blue) = 251+105+243=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 105 (41.41% from 255 or 17.53% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB69F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB69F3 is #04960C. Grayscale: #A3A3A3. Windows color (decimal): -300557 or 15952379. OLE color: 15952379.

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

Color convert

RGB251105243-
CMYK00.580.030.02
HSL303.29º94.81%69.8%-
HSV(B)303.29º58.17%98.43%-
XYZ61.0137.0888.74-
YUV164.39172.37189.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 105 (41.41% from 255) = 17.53%
BLUE value IS 243 (95.31% from 255) = 40.57%
R=41.90%
G=17.53%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110524300.580.030.02303.2994.8169.8
HexFB69F303A3212f5f46
Octal37315136307232457137106
Binary111110111101001111100110111010111010010111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB69F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB69F3; }

 p { color: rgb(251,105,243); }

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

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

 a { background-color: rgb(251,105,243); }

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

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

 span { border-color: rgb(251,105,243); }

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