#FF45F5

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

Shades of Pink Flamingo #FF45F5

Tints of Pink Flamingo #FF45F5

Color information

#FF45F5 (or 0xFF45F5) is unknown color: approx Pink Flamingo. HEX triplet: FF, 45 and F5. RGB value is (255,69,245). Sum of RGB (Red+Green+Blue) = 255+69+245=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 69 (27.34% from 255 or 12.13% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF45F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF45F5 is #00BA0A. Grayscale: #909090. Windows color (decimal): -47627 or 16074239. OLE color: 16074239.

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

Color convert

RGB25569245-
CMYK00.730.040
HSL303.23º100%63.53%-
HSV(B)303.23º72.94%100%-
XYZ59.8532.1189.43-
YUV144.68184.62206.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 69 (27.34% from 255) = 12.13%
BLUE value IS 245 (96.09% from 255) = 43.06%
R=44.82%
G=12.13%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556924500.730.040303.2310063.53
HexFF45F50494012f6440
Octal377105365011140457144100
Binary1111111110001011111010101001001100010010111111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF45F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF45F5; }

 p { color: rgb(255,69,245); }

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

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

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

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

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

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

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