#F145FE

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

Shades of Pink Flamingo #F145FE

Tints of Pink Flamingo #F145FE

Color information

#F145FE (or 0xF145FE) is unknown color: approx Pink Flamingo. HEX triplet: F1, 45 and FE. RGB value is (241,69,254). Sum of RGB (Red+Green+Blue) = 241+69+254=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 69 (27.34% from 255 or 12.23% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #F145FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F145FE is #0EBA01. Grayscale: #8C8C8C. Windows color (decimal): -965122 or 16664049. OLE color: 16664049.

HSL color Cylindrical-coordinate representation of color #F145FE: hue angle of 295.78º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F145FE is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24169254-
CMYK0.050.7300.00
HSL295.78º98.93%63.33%-
HSV(B)295.78º72.83%99.61%-
XYZ56.2930.1196.61-
YUV141.52191.48198.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 69 (27.34% from 255) = 12.23%
BLUE value IS 254 (99.61% from 255) = 45.04%
R=42.73%
G=12.23%
B=45.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal241692540.050.7300.00295.7898.9363.33
HexF145FE54900128633f
Octal36110537651110045014377
Binary111100011000101111111101011001001001001010001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F145FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F145FE; }

 p { color: rgb(241,69,254); }

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

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

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

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

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

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

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