#F063FB

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

Shades of Pink Flamingo #F063FB

Tints of Pink Flamingo #F063FB

Color information

#F063FB (or 0xF063FB) is unknown color: approx Pink Flamingo. HEX triplet: F0, 63 and FB. RGB value is (240,99,251). Sum of RGB (Red+Green+Blue) = 240+99+251=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 99 (39.06% from 255 or 16.78% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #F063FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F063FB is #0F9C04. Grayscale: #9E9E9E. Windows color (decimal): -1022981 or 16475120. OLE color: 16475120.

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

Color convert

RGB24099251-
CMYK0.040.6100.02
HSL295.66º95%68.63%-
HSV(B)295.66º60.56%98.43%-
XYZ57.8134.4194.86-
YUV158.49180.21186.14-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal240992510.040.6100.02295.669568.63
HexF063FB43D021285f45
Octal36014337347502450137105
Binary1111000011000111111101110011110101010010100010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F063FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F063FB; }

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

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

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

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

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

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

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

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