#F140FF

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

Shades of Pink Flamingo #F140FF

Tints of Pink Flamingo #F140FF

Color information

#F140FF (or 0xF140FF) is unknown color: approx Pink Flamingo. HEX triplet: F1, 40 and FF. RGB value is (241,64,255). Sum of RGB (Red+Green+Blue) = 241+64+255=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 64 (25.39% from 255 or 11.43% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #F140FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F140FF is #0EBF00. Grayscale: #8A8A8A. Windows color (decimal): -966401 or 16728305. OLE color: 16728305.

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

Color convert

RGB24164255-
CMYK0.050.7500
HSL295.6º100%62.55%-
HSV(B)295.6º74.9%100%-
XYZ56.1629.5997.36-
YUV138.7193.64200.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 64 (25.39% from 255) = 11.43%
BLUE value IS 255 (100% from 255) = 45.54%
R=43.04%
G=11.43%
B=45.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal241642550.050.7500295.610062.55
HexF140FF54B00128643f
Octal36110037751130045014477
Binary111100011000000111111111011001011001001010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F140FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F140FF; }

 p { color: rgb(241,64,255); }

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

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

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

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

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

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

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