#F567FF

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

Shades of Pink Flamingo #F567FF

Tints of Pink Flamingo #F567FF

Color information

#F567FF (or 0xF567FF) is unknown color: approx Pink Flamingo. HEX triplet: F5, 67 and FF. RGB value is (245,103,255). Sum of RGB (Red+Green+Blue) = 245+103+255=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 103 (40.62% from 255 or 17.08% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #F567FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F567FF is #0A9800. Grayscale: #A2A2A2. Windows color (decimal): -694273 or 16738293. OLE color: 16738293.

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

Color convert

RGB245103255-
CMYK0.040.6000
HSL296.05º100%70.2%-
HSV(B)296.05º59.61%100%-
XYZ60.5636.3398.43-
YUV162.79180.04186.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 103 (40.62% from 255) = 17.08%
BLUE value IS 255 (100% from 255) = 42.29%
R=40.63%
G=17.08%
B=42.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451032550.040.6000296.0510070.2
HexF567FF43C001286446
Octal36514737747400450144106
Binary111101011100111111111111001111000010010100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F567FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F567FF; }

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

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

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

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

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

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

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

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