#F165F1

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

Shades of Pink Flamingo #F165F1

Tints of Pink Flamingo #F165F1

Color information

#F165F1 (or 0xF165F1) is unknown color: approx Pink Flamingo. HEX triplet: F1, 65 and F1. RGB value is (241,101,241). Sum of RGB (Red+Green+Blue) = 241+101+241=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 101 (39.84% from 255 or 17.32% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F165F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F165F1 is #0E9A0E. Grayscale: #9E9E9E. Windows color (decimal): -956943 or 15820273. OLE color: 15820273.

HSL color Cylindrical-coordinate representation of color #F165F1: hue angle of 300º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F165F1 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241101241-
CMYK00.5800.05
HSL300º83.33%67.06%-
HSV(B)300º58.09%94.51%-
XYZ56.8134.3686.86-
YUV158.82174.38186.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 101 (39.84% from 255) = 17.32%
BLUE value IS 241 (94.53% from 255) = 41.34%
R=41.34%
G=17.32%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110124100.5800.0530083.3367.06
HexF165F103A0512c5343
Octal36114536107205454123103
Binary111100011100101111100010111010010110010110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F165F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F165F1; }

 p { color: rgb(241,101,241); }

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

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

 a { background-color: rgb(241,101,241); }

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

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

 span { border-color: rgb(241,101,241); }

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