#F45AFA

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

Shades of Pink Flamingo #F45AFA

Tints of Pink Flamingo #F45AFA

Color information

#F45AFA (or 0xF45AFA) is unknown color: approx Pink Flamingo. HEX triplet: F4, 5A and FA. RGB value is (244,90,250). Sum of RGB (Red+Green+Blue) = 244+90+250=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 90 (35.55% from 255 or 15.41% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #F45AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45AFA is #0BA505. Grayscale: #999999. Windows color (decimal): -763142 or 16407284. OLE color: 16407284.

HSL color Cylindrical-coordinate representation of color #F45AFA: hue angle of 297.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45AFA is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24490250-
CMYK0.020.6400.02
HSL297.75º94.12%66.67%-
HSV(B)297.75º64%98.04%-
XYZ58.2233.4593.83-
YUV154.29182.02191.99-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.78%
GREEN value IS 90 (35.55% from 255) = 15.41%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=41.78%
G=15.41%
B=42.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal244902500.020.6400.02297.7594.1266.67
HexF45AFA2400212a5e43
Octal364132372210002452136103
Binary1111010010110101111101010100000001010010101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45AFA; }

 p { color: rgb(244,90,250); }

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

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

 a { background-color: rgb(244,90,250); }

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

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

 span { border-color: rgb(244,90,250); }

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