#FF40F1

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

Shades of Pink Flamingo #FF40F1

Tints of Pink Flamingo #FF40F1

Color information

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

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

Color convert

RGB25564241-
CMYK00.750.050
HSL304.4º100%62.55%-
HSV(B)304.4º74.9%100%-
XYZ58.9531.2886.15-
YUV141.29184.28209.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556424100.750.050304.410062.55
HexFF40F104B50130643f
Octal37710036101135046014477
Binary111111111000000111100010100101110101001100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF40F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF40F1; }

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

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

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

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

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

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

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

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