#FF41F0

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

Shades of Pink Flamingo #FF41F0

Tints of Pink Flamingo #FF41F0

Color information

#FF41F0 (or 0xFF41F0) is unknown color: approx Pink Flamingo. HEX triplet: FF, 41 and F0. RGB value is (255,65,240). Sum of RGB (Red+Green+Blue) = 255+65+240=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 65 (25.78% from 255 or 11.61% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF41F0 is #00BE0F. Grayscale: #8D8D8D. Windows color (decimal): -48656 or 15745535. OLE color: 15745535.

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

Color convert

RGB25565240-
CMYK00.750.060
HSL304.74º100%62.75%-
HSV(B)304.74º74.51%100%-
XYZ58.8631.3385.38-
YUV141.76183.45208.77-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556524000.750.060304.7410062.75
HexFF41F004B60131643f
Octal37710136001136046114477
Binary111111111000001111100000100101111001001100011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF41F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF41F0; }

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

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

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

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

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

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

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

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