#FB63EF

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

Shades of Pink Flamingo #FB63EF

Tints of Pink Flamingo #FB63EF

Color information

#FB63EF (or 0xFB63EF) is unknown color: approx Pink Flamingo. HEX triplet: FB, 63 and EF. RGB value is (251,99,239). Sum of RGB (Red+Green+Blue) = 251+99+239=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 99 (39.06% from 255 or 16.81% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB63EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB63EF is #049C10. Grayscale: #9F9F9F. Windows color (decimal): -302097 or 15688699. OLE color: 15688699.

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

Color convert

RGB25199239-
CMYK00.610.050.02
HSL304.74º95%68.63%-
HSV(B)304.74º60.56%98.43%-
XYZ59.8335.6685.39-
YUV160.41172.36192.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.61%
GREEN value IS 99 (39.06% from 255) = 16.81%
BLUE value IS 239 (93.75% from 255) = 40.58%
R=42.61%
G=16.81%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519923900.610.050.02304.749568.63
HexFB63EF03D521315f45
Octal37314335707552461137105
Binary1111101111000111110111101111011011010011000110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB63EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB63EF; }

 p { color: rgb(251,99,239); }

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

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

 a { background-color: rgb(251,99,239); }

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

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

 span { border-color: rgb(251,99,239); }

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