#FF41F1

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

Shades of Pink Flamingo #FF41F1

Tints of Pink Flamingo #FF41F1

Color information

#FF41F1 (or 0xFF41F1) is unknown color: approx Pink Flamingo. HEX triplet: FF, 41 and F1. RGB value is (255,65,241). Sum of RGB (Red+Green+Blue) = 255+65+241=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 65 (25.78% from 255 or 11.59% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF41F1 is #00BE0E. Grayscale: #8D8D8D. Windows color (decimal): -48655 or 15811071. OLE color: 15811071.

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

Color convert

RGB25565241-
CMYK00.750.050
HSL304.42º100%62.75%-
HSV(B)304.42º74.51%100%-
XYZ59.0131.3986.17-
YUV141.87183.95208.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 65 (25.78% from 255) = 11.59%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=45.45%
G=11.59%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556524100.750.050304.4210062.75
HexFF41F104B50130643f
Octal37710136101135046014477
Binary111111111000001111100010100101110101001100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF41F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF41F1; }

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

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

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

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

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

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

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

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