#F041FF

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

Shades of Pink Flamingo #F041FF

Tints of Pink Flamingo #F041FF

Color information

#F041FF (or 0xF041FF) is unknown color: approx Pink Flamingo. HEX triplet: F0, 41 and FF. RGB value is (240,65,255). Sum of RGB (Red+Green+Blue) = 240+65+255=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 65 (25.78% from 255 or 11.61% 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 #F041FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F041FF is #0FBE00. Grayscale: #8A8A8A. Windows color (decimal): -1031681 or 16728560. OLE color: 16728560.

HSL color Cylindrical-coordinate representation of color #F041FF: hue angle of 295.26º 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 #F041FF is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24065255-
CMYK0.060.7500
HSL295.26º100%62.75%-
HSV(B)295.26º74.51%100%-
XYZ55.8829.5397.36-
YUV138.98193.48200.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.86%
GREEN value IS 65 (25.78% from 255) = 11.61%
BLUE value IS 255 (100% from 255) = 45.54%
R=42.86%
G=11.61%
B=45.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal240652550.060.7500295.2610062.75
HexF041FF64B00127643f
Octal36010137761130044714477
Binary111100001000001111111111101001011001001001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F041FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F041FF; }

 p { color: rgb(240,65,255); }

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

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

 a { background-color: rgb(240,65,255); }

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

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

 span { border-color: rgb(240,65,255); }

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