#FB66F1

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

Shades of Pink Flamingo #FB66F1

Tints of Pink Flamingo #FB66F1

Color information

#FB66F1 (or 0xFB66F1) is unknown color: approx Pink Flamingo. HEX triplet: FB, 66 and F1. RGB value is (251,102,241). Sum of RGB (Red+Green+Blue) = 251+102+241=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 102 (40.23% from 255 or 17.17% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB66F1 is #04990E. Grayscale: #A1A1A1. Windows color (decimal): -301327 or 15820539. OLE color: 15820539.

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

Color convert

RGB251102241-
CMYK00.590.040.02
HSL304.03º94.9%69.22%-
HSV(B)304.03º59.36%98.43%-
XYZ60.4136.3687.05-
YUV162.4172.36191.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.26%
GREEN value IS 102 (40.23% from 255) = 17.17%
BLUE value IS 241 (94.53% from 255) = 40.57%
R=42.26%
G=17.17%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110224100.590.040.02304.0394.969.22
HexFB66F103B421305f45
Octal37314636107342460137105
Binary1111101111001101111000101110111001010011000010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB66F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB66F1; }

 p { color: rgb(251,102,241); }

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

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

 a { background-color: rgb(251,102,241); }

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

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

 span { border-color: rgb(251,102,241); }

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