#FF47F1

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

Shades of Pink Flamingo #FF47F1

Tints of Pink Flamingo #FF47F1

Color information

#FF47F1 (or 0xFF47F1) is unknown color: approx Pink Flamingo. HEX triplet: FF, 47 and F1. RGB value is (255,71,241). Sum of RGB (Red+Green+Blue) = 255+71+241=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 71 (28.12% from 255 or 12.52% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF47F1 is #00B80E. Grayscale: #909090. Windows color (decimal): -47119 or 15812607. OLE color: 15812607.

HSL color Cylindrical-coordinate representation of color #FF47F1: hue angle of 304.57º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF47F1 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB25571241-
CMYK00.720.050
HSL304.57º100%63.92%-
HSV(B)304.57º72.16%100%-
XYZ59.3732.1286.29-
YUV145.4181.96206.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.97%
GREEN value IS 71 (28.12% from 255) = 12.52%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=44.97%
G=12.52%
B=42.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557124100.720.050304.5710063.92
HexFF47F1048501316440
Octal377107361011050461144100
Binary1111111110001111111000101001000101010011000111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF47F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF47F1; }

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

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

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

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

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

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

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

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