#FB63F0

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

Shades of Pink Flamingo #FB63F0

Tints of Pink Flamingo #FB63F0

Color information

#FB63F0 (or 0xFB63F0) is unknown color: approx Pink Flamingo. HEX triplet: FB, 63 and F0. RGB value is (251,99,240). Sum of RGB (Red+Green+Blue) = 251+99+240=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 99 (39.06% from 255 or 16.78% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB63F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB63F0 is #049C0F. Grayscale: #A0A0A0. Windows color (decimal): -302096 or 15754235. OLE color: 15754235.

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

Color convert

RGB25199240-
CMYK00.610.040.02
HSL304.34º95%68.63%-
HSV(B)304.34º60.56%98.43%-
XYZ59.9735.7286.17-
YUV160.52172.86192.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 99 (39.06% from 255) = 16.78%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=42.54%
G=16.78%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519924000.610.040.02304.349568.63
HexFB63F003D421305f45
Octal37314336007542460137105
Binary1111101111000111111000001111011001010011000010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB63F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB63F0; }

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

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

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

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

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

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

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

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