#FF41FF

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

Shades of Pink Flamingo #FF41FF

Tints of Pink Flamingo #FF41FF

Color information

#FF41FF (or 0xFF41FF) is unknown color: approx Pink Flamingo. HEX triplet: FF, 41 and FF. RGB value is (255,65,255). Sum of RGB (Red+Green+Blue) = 255+65+255=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 65 (25.78% from 255 or 11.30% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF41FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF41FF is #00BE00. Grayscale: #8E8E8E. Windows color (decimal): -48641 or 16728575. OLE color: 16728575.

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

Color convert

RGB25565255-
CMYK00.7500
HSL300º100%62.75%-
HSV(B)300º74.51%100%-
XYZ61.1832.2697.61-
YUV143.47190.95207.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 65 (25.78% from 255) = 11.30%
BLUE value IS 255 (100% from 255) = 44.35%
R=44.35%
G=11.30%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556525500.750030010062.75
HexFF41FF04B0012c643f
Octal37710137701130045414477
Binary1111111110000011111111101001011001001011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF41FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF41FF; }

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

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

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

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

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

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

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

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