#F163F9

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

Shades of Pink Flamingo #F163F9

Tints of Pink Flamingo #F163F9

Color information

#F163F9 (or 0xF163F9) is unknown color: approx Pink Flamingo. HEX triplet: F1, 63 and F9. RGB value is (241,99,249). Sum of RGB (Red+Green+Blue) = 241+99+249=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 99 (39.06% from 255 or 16.81% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #F163F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F163F9 is #0E9C06. Grayscale: #9E9E9E. Windows color (decimal): -957447 or 16344049. OLE color: 16344049.

HSL color Cylindrical-coordinate representation of color #F163F9: hue angle of 296.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F163F9 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24199249-
CMYK0.030.6000.02
HSL296.8º92.59%68.24%-
HSV(B)296.8º60.24%97.65%-
XYZ57.8434.4693.23-
YUV158.56179.04186.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 99 (39.06% from 255) = 16.81%
BLUE value IS 249 (97.66% from 255) = 42.28%
R=40.92%
G=16.81%
B=42.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241992490.030.6000.02296.892.5968.24
HexF163F933C021295d44
Octal36114337137402451135104
Binary111100011100011111110011111110001010010100110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F163F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F163F9; }

 p { color: rgb(241,99,249); }

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

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

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

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

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

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

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