#F45CFF

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

Shades of Pink Flamingo #F45CFF

Tints of Pink Flamingo #F45CFF

Color information

#F45CFF (or 0xF45CFF) is unknown color: approx Pink Flamingo. HEX triplet: F4, 5C and FF. RGB value is (244,92,255). Sum of RGB (Red+Green+Blue) = 244+92+255=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 92 (36.33% from 255 or 15.57% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #F45CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45CFF is #0BA300. Grayscale: #9B9B9B. Windows color (decimal): -762625 or 16735476. OLE color: 16735476.

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

Color convert

RGB24492255-
CMYK0.040.6400
HSL295.95º100%68.04%-
HSV(B)295.95º63.92%100%-
XYZ59.1934.1198.07-
YUV156.03183.86190.75-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.29%
GREEN value IS 92 (36.33% from 255) = 15.57%
BLUE value IS 255 (100% from 255) = 43.15%
R=41.29%
G=15.57%
B=43.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal244922550.040.6400295.9510068.04
HexF45CFF440001286444
Octal364134377410000450144104
Binary1111010010111001111111110010000000010010100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45CFF; }

 p { color: rgb(244,92,255); }

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

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

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

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

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

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

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