#F568FF

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

Shades of Pink Flamingo #F568FF

Tints of Pink Flamingo #F568FF

Color information

#F568FF (or 0xF568FF) is unknown color: approx Pink Flamingo. HEX triplet: F5, 68 and FF. RGB value is (245,104,255). Sum of RGB (Red+Green+Blue) = 245+104+255=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 104 (41.02% from 255 or 17.22% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #F568FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F568FF is #0A9700. Grayscale: #A2A2A2. Windows color (decimal): -694017 or 16738549. OLE color: 16738549.

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

Color convert

RGB245104255-
CMYK0.040.5900
HSL296.03º100%70.39%-
HSV(B)296.03º59.22%100%-
XYZ60.6636.5398.46-
YUV163.37179.71186.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.56%
GREEN value IS 104 (41.02% from 255) = 17.22%
BLUE value IS 255 (100% from 255) = 42.22%
R=40.56%
G=17.22%
B=42.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451042550.040.5900296.0310070.39
HexF568FF43B001286446
Octal36515037747300450144106
Binary111101011101000111111111001110110010010100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F568FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F568FF; }

 p { color: rgb(245,104,255); }

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

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

 a { background-color: rgb(245,104,255); }

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

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

 span { border-color: rgb(245,104,255); }

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