#F144F3

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

Shades of Pink Flamingo #F144F3

Tints of Pink Flamingo #F144F3

Color information

#F144F3 (or 0xF144F3) is unknown color: approx Pink Flamingo. HEX triplet: F1, 44 and F3. RGB value is (241,68,243). Sum of RGB (Red+Green+Blue) = 241+68+243=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 68 (26.95% from 255 or 12.32% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #F144F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F144F3 is #0EBB0C. Grayscale: #8B8B8B. Windows color (decimal): -965389 or 15942897. OLE color: 15942897.

HSL color Cylindrical-coordinate representation of color #F144F3: hue angle of 299.31º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F144F3 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24168243-
CMYK0.010.7200.05
HSL299.31º87.94%60.98%-
HSV(B)299.31º72.02%95.29%-
XYZ54.5229.3187.58-
YUV139.68186.31200.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 68 (26.95% from 255) = 12.32%
BLUE value IS 243 (95.31% from 255) = 44.02%
R=43.66%
G=12.32%
B=44.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241682430.010.7200.05299.3187.9460.98
HexF144F31480512b583d
Octal36110436311100545313075
Binary111100011000100111100111100100001011001010111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F144F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F144F3; }

 p { color: rgb(241,68,243); }

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

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

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

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

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

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

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