#FB69F4

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

Shades of Pink Flamingo #FB69F4

Tints of Pink Flamingo #FB69F4

Color information

#FB69F4 (or 0xFB69F4) is unknown color: approx Pink Flamingo. HEX triplet: FB, 69 and F4. RGB value is (251,105,244). Sum of RGB (Red+Green+Blue) = 251+105+244=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 105 (41.41% from 255 or 17.5% from 600); Blue value is 244 (95.70% from 255 or 40.67% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB69F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB69F4 is #04960B. Grayscale: #A4A4A4. Windows color (decimal): -300556 or 16017915. OLE color: 16017915.

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

Color convert

RGB251105244-
CMYK00.580.030.02
HSL302.88º94.81%69.8%-
HSV(B)302.88º58.17%98.43%-
XYZ61.1637.1489.53-
YUV164.5172.87189.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.83%
GREEN value IS 105 (41.41% from 255) = 17.5%
BLUE value IS 244 (95.70% from 255) = 40.67%
R=41.83%
G=17.5%
B=40.67%

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
Decimal25110524400.580.030.02302.8894.8169.8
HexFB69F403A3212f5f46
Octal37315136407232457137106
Binary111110111101001111101000111010111010010111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB69F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB69F4; }

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

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

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

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

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

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

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

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