#F569F7

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

Shades of Pink Flamingo #F569F7

Tints of Pink Flamingo #F569F7

Color information

#F569F7 (or 0xF569F7) is unknown color: approx Pink Flamingo. HEX triplet: F5, 69 and F7. RGB value is (245,105,247). Sum of RGB (Red+Green+Blue) = 245+105+247=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 105 (41.41% from 255 or 17.59% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #F569F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F569F7 is #0A9608. Grayscale: #A2A2A2. Windows color (decimal): -693769 or 16214517. OLE color: 16214517.

HSL color Cylindrical-coordinate representation of color #F569F7: hue angle of 299.15º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F569F7 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB245105247-
CMYK0.010.5700.03
HSL299.15º89.87%69.02%-
HSV(B)299.15º57.49%96.86%-
XYZ59.536.2391.85-
YUV163.05175.38186.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.04%
GREEN value IS 105 (41.41% from 255) = 17.59%
BLUE value IS 247 (96.88% from 255) = 41.37%
R=41.04%
G=17.59%
B=41.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2451052470.010.5700.03299.1589.8769.02
HexF569F71390312b5a45
Octal36515136717103453132105
Binary11110101110100111110111111100101110010101110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F569F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F569F7; }

 p { color: rgb(245,105,247); }

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

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

 a { background-color: rgb(245,105,247); }

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

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

 span { border-color: rgb(245,105,247); }

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